forked from loafle/openapi-generator-original
* Implemented support for Play! 2.5.x / java8 * Added petstore sample for play25 * implemented play25 support implemented version switch via playVersion config option * fixed compilation failure after merge * Disabled generation of CustomInstantDeserializer if dateLibrary equals to java8
593 B
593 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" |