forked from loafle/openapi-generator-original
Improve Java native, apache-httpclient with better spec (#14109)
* improve java native, apache client with better spec * fix java native async tests * regenerate java native tests
This commit is contained in:
@@ -7,17 +7,8 @@
|
||||
|
||||
| Name | Type | Description | Notes |
|
||||
|------------ | ------------- | ------------- | -------------|
|
||||
|**mapString** | **Map<String, String>** | | [optional] |
|
||||
|**mapNumber** | **Map<String, BigDecimal>** | | [optional] |
|
||||
|**mapInteger** | **Map<String, Integer>** | | [optional] |
|
||||
|**mapBoolean** | **Map<String, Boolean>** | | [optional] |
|
||||
|**mapArrayInteger** | **Map<String, List<Integer>>** | | [optional] |
|
||||
|**mapArrayAnytype** | **Map<String, List<Object>>** | | [optional] |
|
||||
|**mapMapString** | **Map<String, Map<String, String>>** | | [optional] |
|
||||
|**mapMapAnytype** | **Map<String, Map<String, Object>>** | | [optional] |
|
||||
|**anytype1** | **Object** | | [optional] |
|
||||
|**anytype2** | **Object** | | [optional] |
|
||||
|**anytype3** | **Object** | | [optional] |
|
||||
|**mapProperty** | **Map<String, String>** | | [optional] |
|
||||
|**mapOfMapProperty** | **Map<String, Map<String, String>>** | | [optional] |
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user