Benjamin Douglas 43590582c5 Java 11 native HTTP client library (#3434)
* Initial commit of Java 11 native HTTP client port

* Rebase to master and add JSR305 for @Nullable

* Update samples with @Nullable annotations
2019-07-26 09:59:21 +08:00

578 B

MapTest

Properties

Name Type Description Notes
mapMapOfString Map<String, Map<String, String>> [optional]
mapOfEnumString [Map<String, InnerEnum>](#Map<String, InnerEnum>) [optional]
directMap Map<String, Boolean> [optional]
indirectMap Map<String, Boolean> [optional]

Enum: Map<String, InnerEnum>

Name Value
UPPER "UPPER"
LOWER "lower"