Files
openapi-generator/docs
Alexey Makhrov 0edb628633 [typescript] Clean up modelPropertyNaming across generators (#5427)
* [typescript] Clean up modelPropertyNaming across generators
Fixes https://github.com/OpenAPITools/openapi-generator/issues/2976

Generators without runtime models conversion use "original" property naming by default. It's still possible to change it via cli options

Generators with runtime conversion keep using "camelCase"

* Refactoring: use enum instead of string for modelPropertyNaming

* Restore the original camelCase for var names, decouple it from property names

* Swap toParamName and toVarName logic (looks like I've mistaken them)

* Regenerate docs

* Remove a no longer used private method
2020-02-28 07:31:19 +01:00
..
2020-02-11 21:22:58 +08:00
2020-02-20 09:25:11 +08:00
2020-02-11 21:22:58 +08:00
2018-06-20 00:29:17 -04:00
2020-02-26 14:25:00 +08:00