Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

CJSCommonPlatform/jsonschema-pojo-generator

Repository files navigation

jsonschema-pojo-generator

Deprecated

This project has moved to be a sub-project of Framework Libraries and is located here

Pull requests against this project have been disabled. Please contact one of the project owners for emergency bug fixes on this version


Generator for domain event POJOs defined in json schemas

Build Status Coverage Status

Overview

jsonschema-pojo-generator is a maven plugin used to generate POJOs from a json schema and provides the following:

  • Creates java POJOs from json schema documents
  • All generated POJOs can be parsed to and from json using libraries such as Jackson or Gson
  • No annotations on the generated POJO so not tied to one particular library
  • Maven plugin - generation is part of the build
  • Class generation can be modified using Plugins
  • Can override generation by writing your own version of a POJO

See further documentation on the Wiki