-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Milestone
Description
Original author: [email protected] (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