com.github.fge.jsonschema2pojo
Class JsonSchema2SourceCode

java.lang.Object
  extended by com.github.fge.jsonschema.core.processing.RawProcessor<com.github.fge.jsonschema.core.tree.SchemaTree,String>
      extended by com.github.fge.jsonschema2pojo.JsonSchema2SourceCode
All Implemented Interfaces:
com.github.fge.jsonschema.core.processing.Processor<com.github.fge.jsonschema.core.util.ValueHolder<com.github.fge.jsonschema.core.tree.SchemaTree>,com.github.fge.jsonschema.core.util.ValueHolder<String>>

public final class JsonSchema2SourceCode
extends com.github.fge.jsonschema.core.processing.RawProcessor<com.github.fge.jsonschema.core.tree.SchemaTree,String>


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

JsonSchema2SourceCode

public JsonSchema2SourceCode()
Method Detail

rawProcess

protected String rawProcess(com.github.fge.jsonschema.core.report.ProcessingReport report,
                            com.github.fge.jsonschema.core.tree.SchemaTree input)
                     throws com.github.fge.jsonschema.core.exceptions.ProcessingException
Specified by:
rawProcess in class com.github.fge.jsonschema.core.processing.RawProcessor<com.github.fge.jsonschema.core.tree.SchemaTree,String>
Throws:
com.github.fge.jsonschema.core.exceptions.ProcessingException