JSON Schema PODO Generator

Extendable framework for Plain Old Data Objects code generation based on JSON Schema representation.

View the Project on GitHub gpspatacean/json-schema-podo-generator

Plain Old Data Objects - Java generated sources usage example

Contents

Multi-module Maven project with:

Command used to generate contents of generated directory:

java -jar .\modules\cli-wrapper\target\podo-generator-cli-0.0.1-SNAPSHOT.jar generate -g java -i samples\schemas\ComplexSchema.json -o samples\java\generated

Build

Run mvn clean package - it will build everything and run the simple test.