forked from loafle/openapi-generator-original
* Initial commit of Java 11 native HTTP client port * Rebase to master and add JSR305 for @Nullable * Update samples with @Nullable annotations
578 B
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" |