Add AnyType support to Java generators (#6246)

* add anytype support to java

* fix test

* fix primitive type

* update tests

* update samples
This commit is contained in:
William Cheng
2020-05-11 15:27:03 +08:00
committed by GitHub
parent 779b176648
commit 4effa739eb
72 changed files with 221 additions and 264 deletions

View File

@@ -16,9 +16,9 @@ Name | Type | Description | Notes
**map_array_anytype** | **HASH[string,ARRAY[object]]** | | [optional]
**map_map_string** | **HASH[string,HASH[string,string]]** | | [optional]
**map_map_anytype** | **HASH[string,HASH[string,object]]** | | [optional]
**anytype_1** | [**object**](.md) | | [optional]
**anytype_2** | [**object**](.md) | | [optional]
**anytype_3** | [**object**](.md) | | [optional]
**anytype_1** | **object** | | [optional]
**anytype_2** | **object** | | [optional]
**anytype_3** | **object** | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)