forked from loafle/openapi-generator-original
* implemented core integration with play 2.4 ws * added shell script to test on CI * added shell script to composite file for all java generators * added some comments changed promise param to Response<T> to allow access to http status code and raw response if needed * removed unnecessary whitespace changes * added java7 compatibility, play ws deps to pom.xml * added generated play24 client * fixed imports
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" |