openapi-generator/modules
Benoit Vermont c599906f1a Kotlin: Correct data_class.mustache to use proper property for inner enum data type (#7597)
* Correct data_class.mustache to use proper property

The name of the property is "datatype" lowercase, as can be seen in https://github.com/swagger-api/swagger-codegen/blob/master/modules/swagger-codegen/src/main/java/io/swagger/codegen/CodegenProperty.java#L10

Using "dataType" does not work, and the type of the inner enum is null.

* Change in petstore
2018-02-18 22:44:35 +08:00
..
swagger-codegen Kotlin: Correct data_class.mustache to use proper property for inner enum data type (#7597) 2018-02-18 22:44:35 +08:00
swagger-codegen-cli update pom.xml in swagger components to 2.3.1 2018-01-13 15:45:05 +08:00
swagger-codegen-maven-plugin [MAVEN PLUGIN] Checking for null configOptions before looking for property (#7613) 2018-02-10 16:08:47 +08:00
swagger-generator update pom.xml in swagger components to 2.3.1 2018-01-13 15:45:05 +08:00