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

@@ -12,8 +12,8 @@ Name | Type | Description | Notes
**mapArrayAnytype** | **{String: [Object]}** | | [optional]
**mapMapString** | **{String: {String: String}}** | | [optional]
**mapMapAnytype** | **{String: {String: Object}}** | | [optional]
**anytype1** | [**Object**](.md) | | [optional]
**anytype2** | [**Object**](.md) | | [optional]
**anytype3** | [**Object**](.md) | | [optional]
**anytype1** | **Object** | | [optional]
**anytype2** | **Object** | | [optional]
**anytype3** | **Object** | | [optional]