kongchen / swagger-maven-plugin

JAX-RS & SpringMVC supported maven build plugin, helps you generate Swagger JSON and API document in build phase.
http://kongchen.github.io/swagger-maven-plugin/
Apache License 2.0
759 stars 450 forks source link

Customizing object mapper? (or maybe other trick?) #533

Open yonimoses opened 6 years ago

yonimoses commented 6 years ago

I'd like to show my object properties in snake_case (input for clients) instead of camel case which is the usual case i'm working. Is there anyway I can generate the docs in snake-case?

danieleorler commented 6 years ago

Maybe issue #258 can give some ideas on how to customize the object mapper

Postremus commented 6 years ago

Please check if PR #638 offers enough customization for you.