jsonschema2pojo
https://github.com/joelittlejohn/jsonschema2pojo
Java
Generate Java types from JSON or JSON Schema and annotate those types for data-binding with Jackson, Gson, etc
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Java not yet supported2 Subscribers
Add a CodeTriage badge to jsonschema2pojo
Help out
- Issues
- Conditional subschemas
- Support a property with name 'additionalProperties' in the schema
- Please create objects in the definition section to be used
- requires should generate "required='true'" attribute in Jackson @JsonProperty annotation
- Added Vert.x DataObject support
- Generate inner public static classes for object properties.
- Support validation of patternProperties
- Generate Enums in separate classes
- Use targetPackage when javaType begins with a period character
- Adding support for JsonSubTypes annotation
- Docs
- Java not yet supported