Christophe Bornet 70d93883cf [Java] Threetenbp dates support (#4029)
* [feign] add threetenbp support for feign clients

* [okhttp] add threetenbp support for okhttp clients

* [jersey] add threetenbp support for jersey clients

* [retrofit2] add threetenbp support for retrofit2 clients

* [spring] add threetenbp support for spring generators

* add a workaround in tests for a bug in the petstore

The petstore doesn't manage fractional digits of dates correctly when there are less than 3
2016-11-04 17:55:16 +08:00

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"