com.github.fge.compiler
Class CompilerProcessor
java.lang.Object
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>
|
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 |
CompilerProcessor
public CompilerProcessor()
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