You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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.:
Original issue: http://code.google.com/p/jsonschema2pojo/issues/detail?id=70
The text was updated successfully, but these errors were encountered: