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

@@ -11,9 +11,9 @@ Name | Type | Description | Notes
**map_array_anytype** | **dict(str, list[object])** | | [optional]
**map_map_string** | **dict(str, dict(str, str))** | | [optional]
**map_map_anytype** | **dict(str, dict(str, 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)