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
810 B
810 B
EnumTest
Properties
Name | Type | Description | Notes |
---|---|---|---|
enumString | EnumStringEnum | [optional] | |
enumInteger | EnumIntegerEnum | [optional] | |
enumNumber | EnumNumberEnum | [optional] | |
outerEnum | OuterEnum | [optional] |
Enum: EnumStringEnum
Name | Value |
---|---|
UPPER | "UPPER" |
LOWER | "lower" |
EMPTY | "" |
Enum: EnumIntegerEnum
Name | Value |
---|---|
NUMBER_1 | 1 |
NUMBER_MINUS_1 | -1 |
Enum: EnumNumberEnum
Name | Value |
---|---|
NUMBER_1_DOT_1 | 1.1 |
NUMBER_MINUS_1_DOT_2 | -1.2 |