-
Notifications
You must be signed in to change notification settings - Fork 6
JsonSchema2SourceCode
fge edited this page Feb 26, 2013
·
2 revisions
- Input: a
SchemaHolder
. - Output: a
ValueHolder<String>
.
This processor generates a Java source file from a JSON Schema.
Prior to the generation proper, a syntax validator is inserted, which first checks that the schema conforms to draft v3: jsonschema2pojo does not have support for draft v4 yet.
It is available online.