forked from loafle/openapi-generator-original
* feat (JAVA SPRING RESTCLIENT) 19406: Add single request parameter for Spring RestClient Closes #19406 * chore (JAVA SPRING RESTCLIENT) 19406: Add new sample to jdk 17 tests * fix (JAVA SPRING RESTCLIENT) 19406: Fix sample build
601 B
601 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" |