com.github.fge.jjschema
Class JJSchemaFromSource

java.lang.Object
  extended by com.github.fge.jsonschema.core.processing.RawProcessor<String,com.github.fge.jsonschema.core.tree.SchemaTree>
      extended by 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>


Method Summary
static JJSchemaFromSource getInstance()
           
protected  com.github.fge.jsonschema.core.tree.SchemaTree rawProcess(com.github.fge.jsonschema.core.report.ProcessingReport report, String 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
 

Method Detail

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