mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-09 15:54:12 +00:00
* Initial commit of Java 11 native HTTP client port * Rebase to master and add JSR305 for @Nullable * Update samples with @Nullable annotations
534 B
534 B
EnumArrays
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| justSymbol | JustSymbolEnum | [optional] | |
| arrayEnum | List<ArrayEnumEnum> | [optional] |
Enum: JustSymbolEnum
| Name | Value |
|---|---|
| GREATER_THAN_OR_EQUAL_TO | ">=" |
| DOLLAR | "$" |
Enum: List<ArrayEnumEnum>
| Name | Value |
|---|---|
| FISH | "fish" |
| CRAB | "crab" |