JSONSchema2Java 1.1.2

A Maven plugin to generate Java source code (POJOs) from JSON Schema files.

Include this Maven plugin in any Java project processing JSON payloads to enable a Contract First build workflow. The current version supports the JSON Schema specification version "2020-12".

For more information, visit the GitHub repo.

Packages
Package
Description
Provides classes to create a Maven Plugin (Mojo)
Provides classes to collect relevant information from a JSON Schema specification.
Provides classes to generate source code from collected JSON Schema information.
Provides classes to keep collected information from a JSON Schema specification.
Provides utility classes and interfaces.
Provides classes and interfaces to write source code based on collected JSON Schema information.
Provides classes to write Java source code based on collected JSON Schema information.
Provides classes to write Kotlin source code based on collected JSON Schema information.