jsonschema2pojo
Описание
Generate Java types from JSON or JSON Schema and annotate those types for data-binding with Jackson, Gson, etc www.jsonschema2pojo.org
Языки
- Java95,4%
- HTML2,2%
- Groovy1,8%
- Shell0,6%
2 года назад
2 года назад
2 года назад
2 года назад
2 года назад
2 года назад
3 года назад
2 года назад
10 лет назад
2 года назад
9 лет назад
2 года назад
14 лет назад
6 лет назад
2 года назад
14 лет назад
13 лет назад
3 года назад
3 года назад
5 лет назад
2 года назад
README.md
jsonschema2pojo

jsonschema2pojo generates Java types from JSON Schema (or example JSON) and can annotate those types for data-binding with Jackson 2.x or Gson.
Try jsonschema2pojo online
or brew install jsonschema2pojo
brew install jsonschema2pojo
You can use jsonschema2pojo as a Maven plugin, an Ant task, a command line utility, a Gradle plugin or embedded within your own Java app. The Getting Started guide will show you how.
A very simple Maven example:
A very simple Gradle example:
Useful pages:
- Getting started
- How to contribute
- Reference
- Latest Javadocs
- Documentation for the Maven plugin
- Documentation for the Gradle plugin
- Documentation for the Ant task
Project resources:
Special thanks:
- unkish
- Thach Hoang
- Dan Cruver
- Ben Manes
- Sam Duke
- Duane Zamrok
- Christian Trimble
- YourKit, who support this project through a free license for the YourKit Java Profiler.
Licensed under the Apache License, Version 2.0.