com.github.fge.jjschema
Class JJSchemaFromSource
java.lang.Object
com.github.fge.jsonschema.core.processing.RawProcessor<String,com.github.fge.jsonschema.core.tree.SchemaTree>
com.github.fge.jjschema.JJSchemaFromSource
- All Implemented Interfaces:
- com.github.fge.jsonschema.core.processing.Processor<com.github.fge.jsonschema.core.util.ValueHolder<String>,com.github.fge.jsonschema.core.util.ValueHolder<com.github.fge.jsonschema.core.tree.SchemaTree>>
public final class JJSchemaFromSource
- extends com.github.fge.jsonschema.core.processing.RawProcessor<String,com.github.fge.jsonschema.core.tree.SchemaTree>
| 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 |
getInstance
public static JJSchemaFromSource getInstance()
rawProcess
protected com.github.fge.jsonschema.core.tree.SchemaTree rawProcess(com.github.fge.jsonschema.core.report.ProcessingReport report,
String input)
throws com.github.fge.jsonschema.core.exceptions.ProcessingException
- Specified by:
rawProcess in class com.github.fge.jsonschema.core.processing.RawProcessor<String,com.github.fge.jsonschema.core.tree.SchemaTree>
- Throws:
com.github.fge.jsonschema.core.exceptions.ProcessingException