Описание тега jsonschema2pojo
The jsonschema2pojo is a tool that takes a json schema document and generates DTO-style Java classes (in the form of .java source files).
The jsonschema2pojo is a tool that takes a JSON Schema or JSON document and generates DTO-style Java classes (in the form of.java source files).
There are currently six ways to use jsonschema2pojo:
- as a maven plugin
- via the command line
- as an ant task
- as a gradle plugin
- directly from your code (embedded) using jsonschema2pojo-core
- from the website