[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
This commit is contained in:
lukoyanov
2017-08-31 18:02:09 +03:00
committed by wing328
parent 3ea74619c0
commit a2c4f0baf4
127 changed files with 9886 additions and 73 deletions

View File

@@ -0,0 +1,12 @@
# ArrayTest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**arrayOfString** | **List<String>** | | [optional]
**arrayArrayOfInteger** | [**List<List<Long>>**](List.md) | | [optional]
**arrayArrayOfModel** | [**List<List<ReadOnlyFirst>>**](List.md) | | [optional]