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 support for generating Gson compatible types #70

Closed
joelittlejohn opened this issue Jun 23, 2013 · 1 comment
Closed

Add support for generating Gson compatible types #70

joelittlejohn opened this issue Jun 23, 2013 · 1 comment

Comments

@joelittlejohn
Copy link
Owner

Original author: joelittl...@gmail.com (August 11, 2012 18:49:06)

This is possible to some degree right now using the annotation style 'none', which produces un-annotated types that could easily be used with Gson. It would be nice to add full Gson support though and cover everything that the Jackson types can do right now e.g.:

  • Better/complete java field -> json property name mapping
  • Type adapters or custom instance creators where necessary (e.g. enums where value != name)

Original issue: http://code.google.com/p/jsonschema2pojo/issues/detail?id=70

@joelittlejohn
Copy link
Owner Author

Fixed by Kevin Gorham for 0.3.7.

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

No branches or pull requests

1 participant