forked from loafle/openapi-generator-original
[Java-client] Add Spring 5 WebClient as new library (#435)
This commit is contained in:
committed by
Jérémie Bresson
parent
d6e950f681
commit
b90c53deb6
21
samples/client/petstore/java/webclient/docs/MapTest.md
Normal file
21
samples/client/petstore/java/webclient/docs/MapTest.md
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
# MapTest
|
||||
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**mapMapOfString** | [**Map<String, Map<String, String>>**](Map.md) | | [optional]
|
||||
**mapOfEnumString** | [**Map<String, InnerEnum>**](#Map<String, InnerEnum>) | | [optional]
|
||||
**directMap** | **Map<String, Boolean>** | | [optional]
|
||||
**indirectMap** | [**StringBooleanMap**](StringBooleanMap.md) | | [optional]
|
||||
|
||||
|
||||
<a name="Map<String, InnerEnum>"></a>
|
||||
## Enum: Map<String, InnerEnum>
|
||||
Name | Value
|
||||
---- | -----
|
||||
UPPER | "UPPER"
|
||||
LOWER | "lower"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user