mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-19 14:19:34 +00:00
* [haskell-servant][haskell-yesod] use table-based conversion for field name conversion Current fieldLabelModifier implementation always produces uncapitalize name, but it is inappropriate if the original JSON field name begins with a capital letter. * [haskell-servant][haskell-yesod] regenerate samples