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
- Add support for standard "$ref" behaviour
- BUG: JSR 303 annotations not generated for array types when minLength and/or maxLength are present
- Fix #1669: JSR 303 annotations on array types
- Inner builder List attribute compiler warning "unchecked call as a member of the raw type"
- Usage of `maxProperties` not possible
- Support https://jspecify.dev/
- `additionalProperties` not correctly handled
- "javaJsonView" does not work on types
- simple allOf case
- De-duplicate identical classes and avoid `__1`
- Docs
- Java not yet supported