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

601 B

MapTest

Properties

Name Type Description Notes
mapMapOfString Map<String, Map<String, String>> [optional]
mapOfEnumString [Map<String, InnerEnum>](#Map<String, InnerEnum>) [optional]
directMap Map<String, Boolean> [optional]
indirectMap Map<String, Boolean> [optional]

Enum: Map<String, InnerEnum>

Name Value
UPPER "UPPER"
LOWER "lower"