Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JsonProperty annotation for generated getters #61

Closed
stevehu opened this issue Jul 25, 2017 · 0 comments
Closed

Add JsonProperty annotation for generated getters #61

stevehu opened this issue Jul 25, 2017 · 0 comments

Comments

@stevehu
Copy link
Contributor

stevehu commented Jul 25, 2017

This is to handle the differences between the getter and setter method and swagger defined element name. For example, if the name is @attributeName, we must serialize it the same in JSON but in Java POJO we can only use getAttributeName as method name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant