com.github.fge.compiler
Class CompilerProcessor

java.lang.Object
  extended by com.github.fge.compiler.CompilerProcessor
All Implemented Interfaces:
com.github.fge.jsonschema.core.processing.Processor<com.github.fge.jsonschema.core.util.ValueHolder<String>,CompilerOutput>

public final class CompilerProcessor
extends Object
implements com.github.fge.jsonschema.core.processing.Processor<com.github.fge.jsonschema.core.util.ValueHolder<String>,CompilerOutput>


Constructor Summary
CompilerProcessor()
           
 
Method Summary
 CompilerOutput process(com.github.fge.jsonschema.core.report.ProcessingReport report, com.github.fge.jsonschema.core.util.ValueHolder<String> input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompilerProcessor

public CompilerProcessor()
Method Detail

process

public CompilerOutput process(com.github.fge.jsonschema.core.report.ProcessingReport report,
                              com.github.fge.jsonschema.core.util.ValueHolder<String> input)
                       throws com.github.fge.jsonschema.core.exceptions.ProcessingException
Specified by:
process in interface com.github.fge.jsonschema.core.processing.Processor<com.github.fge.jsonschema.core.util.ValueHolder<String>,CompilerOutput>
Throws:
com.github.fge.jsonschema.core.exceptions.ProcessingException