Skip to content

Java validator classes generator using JSON schema files

License

Notifications You must be signed in to change notification settings

kevinsimard/json-schema-generator-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON Schema Class Generator Maven Plugin

Code Structure

├── src
│   └── main
│       ├── java
│       │   └── com
│       │       └── kevinsimard
│       │           └── schema
│       │               └── validator
│       │                   └── plugin
│       │                       ├── CleanMojo.java
│       │                       └── GenerateMojo.java
│       └── resources
│           └── templates
│               ├── abstract.st
│               └── validator.st
├── .editorconfig
├── .gitattributes
├── .gitignore
├── LICENSE.md
├── README.md
└── pom.xml

Usage

Use $ mvn install to install the JAR locally.

See schema-validator-example project for a real implementation.

License

This package is open-sourced software licensed under the MIT license.

About

Java validator classes generator using JSON schema files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published