com.github.fge.jjschema
Class JJSchemaProcessor

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


Constructor Summary
JJSchemaProcessor()
           
 
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
 

Constructor Detail

JJSchemaProcessor

public JJSchemaProcessor()
Method Detail

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