William Cheng 51800471fa
[java][Okhttp] replace okhttp-gson with okhttp-gson-nextgen (#11538)
* replace okhttp-gson with okhttp-gson-nextgen

* add new files

* update doc

* clean up pom

* update test

* restore error handling in doc

* add back changes

* uncomment tests

* update samples
2022-02-08 00:05:44 +08:00

797 B

AdditionalPropertiesClass

Properties

Name Type Description Notes
mapProperty Map<String, String> [optional]
mapOfMapProperty Map<String, Map<String, String>> [optional]
anytype1 Object [optional]
mapWithUndeclaredPropertiesAnytype1 Object [optional]
mapWithUndeclaredPropertiesAnytype2 Object [optional]
mapWithUndeclaredPropertiesAnytype3 Map<String, Object> [optional]
emptyMap Object an object with no declared properties and no undeclared properties, hence it's an empty map. [optional]
mapWithUndeclaredPropertiesString Map<String, String> [optional]