openapi-generator/modules
Paul Ebermann 7eec769654 Use the swagger property names in all Java models.
This changes `@JsonProperty({{name}})` to `@JsonProperty({{baseName}})` in model.mustache for JavaInflector, JavaJaxRS and JavaSpringMVC.
In pull request #535 this was already done for the plain Java files (which get used on client side).

This replaces the sanitized names in the generated code by the original property names from the swagger document.
2015-09-16 11:36:51 +02:00
..
swagger-codegen Use the swagger property names in all Java models. 2015-09-16 11:36:51 +02:00
swagger-codegen-cli switch Generate to use CodegenConfigurator 2015-09-02 09:28:40 -07:00
swagger-codegen-maven-plugin undo some of the debugging changes I made 2015-08-27 09:11:49 -07:00
swagger-generator undo some of the debugging changes I made 2015-08-27 09:11:49 -07:00