openapi-generator/samples/server/petstore/java-inflector
Kevin Locke df0c54d043 Support the empty string as an enumeration value (#4450)
When a string enumeration has the empty string as one of its available
values, the generated code for many languages is invalid because the
empty string can not be used as an identifier.  As with numbers and
symbols, provide a mapping to an English name which can be used as a
replacement.  In this case, "empty" for the empty string/empty value.

Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
2017-01-06 19:30:47 +08:00
..
src Support the empty string as an enumeration value (#4450) 2017-01-06 19:30:47 +08:00
.swagger-codegen-ignore [Java][Inflector] Fix enum issue with java inflector (#3606) 2016-08-18 09:48:50 +08:00
inflector.yaml update sample for some server generators 2016-04-15 17:55:40 +08:00
pom.xml update sample for some server generators 2016-04-15 17:55:40 +08:00
README.md added sample 2015-08-24 00:33:26 -07:00

Swagger Inflector

Run with

mvn package jetty:run
``