com.github.fge.jjschema
Class JJSchemaProcessor
java.lang.Object
com.github.fge.jsonschema.core.processing.RawProcessor<Class<?>,com.github.fge.jsonschema.core.tree.SchemaTree>
com.github.fge.jjschema.JJSchemaProcessor
- All Implemented Interfaces:
- com.github.fge.jsonschema.core.processing.Processor<com.github.fge.jsonschema.core.util.ValueHolder<Class<?>>,com.github.fge.jsonschema.core.util.ValueHolder<com.github.fge.jsonschema.core.tree.SchemaTree>>
public final class JJSchemaProcessor
- extends com.github.fge.jsonschema.core.processing.RawProcessor<Class<?>,com.github.fge.jsonschema.core.tree.SchemaTree>
|
Method Summary |
protected com.github.fge.jsonschema.core.tree.SchemaTree |
rawProcess(com.github.fge.jsonschema.core.report.ProcessingReport report,
Class<?> input)
|
| Methods inherited from class com.github.fge.jsonschema.core.processing.RawProcessor |
newMessage, process |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JJSchemaProcessor
public JJSchemaProcessor()
rawProcess
protected com.github.fge.jsonschema.core.tree.SchemaTree rawProcess(com.github.fge.jsonschema.core.report.ProcessingReport report,
Class<?> input)
throws com.github.fge.jsonschema.core.exceptions.ProcessingException
- Specified by:
rawProcess in class com.github.fge.jsonschema.core.processing.RawProcessor<Class<?>,com.github.fge.jsonschema.core.tree.SchemaTree>
- Throws:
com.github.fge.jsonschema.core.exceptions.ProcessingException