Extendable framework for Plain Old Data Objects code generation based on JSON Schema representation.
View the Project on GitHub gpspatacean/json-schema-podo-generator
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
Run mvn clean package
- it will build everything and run the simple test.