Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 951 Bytes

File metadata and controls

19 lines (15 loc) · 951 Bytes

jsonschema-pojo-generator

Generator for domain event POJOs defined in json schemas

Moved into Framework Libraries from its original location as a project in Common Platform. For previous versions please refer here.

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