mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-07 12:06:14 +00:00
[kotlin] Enum should match spec (#18062)
* [kotlin] Enum should match spec Adjust the enum generation to match what is in the spec, rather than camel-casing it. Add tests for capitalization scenarios, including for kotlin keywords * [kotlin] export docs generators for enum change * [kotlin] export docs generators for enum change * fix conflicts --------- Co-authored-by: Tyler B. Thrailkill <tylerbthrailkill@gmail.com> Co-authored-by: Jari Nystedt <jari.nystedt@tietoevry.com>
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
* `unclassified` (value: `"unclassified"`)
|
||||
|
||||
* `unknownDefaultOpenApi` (value: `"unknown_default_open_api"`)
|
||||
* `unknown_default_open_api` (value: `"unknown_default_open_api"`)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user