Files
openapi-generator/bin
nbruno ddc309ec19 Add support for Spring's RestTemplate in Java client codegen (#5404)
* Add support for Spring's RestTemplate in Java client codegen

Resolves #1176

* Update all Java samples to include change for Jackson enums

Currently enums are deserialized from a String value with an
explicit @JsonCreator. However, they are not being serialized with
this String value. This change introduces the @JsonValue annotation
on the toString() method of enums, so they will be serialized as a
String with the correct value.
2017-04-24 14:40:47 +08:00
..
2017-04-23 15:42:42 +08:00
2016-06-14 16:33:50 +08:00
2017-04-23 16:10:17 +08:00
2016-08-01 17:29:27 +08:00
2016-11-17 18:30:59 +01:00
2016-05-03 14:11:49 +08:00
2016-09-19 14:59:48 +08:00
2016-04-14 16:19:39 +08:00
2016-06-20 15:13:17 +02:00