openapi-generator/samples/client/petstore/java/jersey3/docs/AdditionalPropertiesClass.md
William Cheng cd41bc824b
[java] Add jersey3 support to the Java client (#12046)
* add jersey3 client support

* update code to support jersey3

* test jersey3 in ci

* update doc

* update sbt, gradle build files
2022-04-05 17:23:37 +08:00

827 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]