mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-12 11:50:52 +00:00
* Remove double brace initialization * Use diamond operator * Less clutter in generated api classes * Optimize isJsonMime * Revert change in escapeString Skip toString() on string parameters. * Fix edge-cases A ServerVariable without enumValues and/or operationServers with any ServerVariables would lead to invalid code.