openapi-generator/samples/client/petstore/java/retrofit2-play25/docs/MixedPropertiesAndAdditionalPropertiesClass.md
lukoyanov a2c4f0baf4 [Java] Implemented support for Play! 2.5.x (java8) for retrofit2 client (#6007)
* 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
2017-08-31 23:02:09 +08:00

350 B

MixedPropertiesAndAdditionalPropertiesClass

Properties

Name Type Description Notes
uuid UUID [optional]
dateTime OffsetDateTime [optional]
map Map<String, Animal> [optional]