openapi-generator/modules/swagger-codegen
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
..
src Add support for Spring's RestTemplate in Java client codegen (#5404) 2017-04-24 14:40:47 +08:00
XhhGitIgnore Revert "Revert "[Java] Add auto-generated documentation in Markdown to Java clients"" 2016-04-22 10:13:54 +08:00
.gitignore use Title attribute as model name 2016-05-14 15:30:57 -04:00
pom.xml Add support for Markdown in -l html (#5144) 2017-03-23 15:15:01 +08:00