William Cheng 4effa739eb
Add AnyType support to Java generators (#6246)
* add anytype support to java

* fix test

* fix primitive type

* update tests

* update samples
2020-05-11 15:27:03 +08:00

764 B

OpenApiPetstore.AdditionalPropertiesClass

Properties

Name Type Description Notes
mapString {String: String} [optional]
mapNumber {String: Number} [optional]
mapInteger {String: Number} [optional]
mapBoolean {String: Boolean} [optional]
mapArrayInteger {String: [Number]} [optional]
mapArrayAnytype {String: [Object]} [optional]
mapMapString {String: {String: String}} [optional]
mapMapAnytype {String: {String: Object}} [optional]
anytype1 Object [optional]
anytype2 Object [optional]
anytype3 Object [optional]