Skip to content

Add support for generating Gson compatible types #70

@joelittlejohn

Description

@joelittlejohn

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions