mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 12:40:53 +00:00
* [JavaJaxRs] enumClass.mustache added getValue() JavaJaxRs enums are missing getValue() method returning the correct data type. * Update InlineObject2.java added getValue() for enums * Update Pet.java added getValue() to enum * Update BigCat.java added getValue for enum * Update EnumArrays.java added getValue() to enum * Update EnumArrays.java added getValue() to enum * Update EnumTest.java added getValue() to enums * Update MapTest.java added getValue() to enum * Update Order.java added getValue() to enum * Update Pet.java added getValue() to enum * Update EnumArrays.java added getValue() to enums * Update EnumTest.java added getValue() to enums * Update MapTest.java added getValue() to enum * Update Order.java added getValue() to enum * Update ParentWithNullable.java added getValue() to enum * Update BigCat.java added getValue() to enum * Update EnumArrays.java added getValue() to enums * Update EnumTest.java added getValue() to enums * Update MapTest.java added getValue() to enum * Update Order.java added getValue() to enum * Update Pet.java added getValue() to enum * Update BigCat.java added getValue() to enum * Update EnumArrays.java added getValue() to enums * Update EnumTest.java added getValue() to enums * Update MapTest.java added getValue() to enum * Update Order.java added getValue() to enum * Update Pet.java added getValue to enum * Update EnumArrays.java added getValue() to enum * Update EnumTest.java added getValue() to enums * Update MapTest.java added getValue() to enum * Update Order.java added getValue() to enum * Update ParentWithNullable.java added getValue() to enum * Update Pet.java added getValue() to enum * Update EnumTest.java getValue() with Integer * Update EnumTest.java