forked from loafle/openapi-generator-original
* add jersey3 client support * update code to support jersey3 * test jersey3 in ci * update doc * update sbt, gradle build files
673 B
673 B
InlineObject2
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| enumFormStringArray | List<EnumFormStringArrayEnum> | Form parameter enum test (string array) | [optional] |
| enumFormString | EnumFormStringEnum | Form parameter enum test (string) | [optional] |
Enum: List<EnumFormStringArrayEnum>
| Name | Value |
|---|---|
| GREATER_THAN | ">" |
| DOLLAR | "$" |
Enum: EnumFormStringEnum
| Name | Value |
|---|---|
| _ABC | "_abc" |
| _EFG | "-efg" |
| XYZ | "(xyz)" |