Skip to content
fge edited this page Feb 26, 2013 · 3 revisions

Link to source code

https://github.com/fge/json-schema-processor-examples/blob/master/src/main/java/com/github/fge/jjschema/JJSchemaFromSource.java

Inputs and outputs

  • Input: a SourceHolder.
  • Output: a ClassHolder.

What it does

This processor is a simple chain of CompilerProcessor and JJSchemaProcessor: from a Java source, it creates a JSON Schema.

It is available online.

Software used