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 supported3 Subscribers
Add a CodeTriage badge to jsonschema2pojo
Help out
- Issues
- Schema field without camel case naming style drives to skipping of annotated conversion instructions
- Support jar:file:/ path for sourcePaths
- Generate only one top-level class per schema URI by using inner classes
- additionalProperties and patternProperties could generate something smarter than Object (or nothing at all)
- Validation of collection items
- Feature request: write only field support
- Generating POJOs from tuple array in JSON schema
- Inner Builder methods inheritability causes them to not return concrete builder
- For objects in definition block use name as classname
- One level higher parent moving into child's directory [Windows]
- Docs
- Java not yet supported