com.github.fge.jsonschema2pojo
Class DraftV3OnlySyntaxProcessor
java.lang.Object
com.github.fge.jsonschema2pojo.DraftV3OnlySyntaxProcessor
- 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<com.github.fge.jsonschema.core.tree.SchemaTree>>
public final class DraftV3OnlySyntaxProcessor
- extends Object
- implements 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<com.github.fge.jsonschema.core.tree.SchemaTree>>
|
Method Summary |
com.github.fge.jsonschema.core.util.ValueHolder<com.github.fge.jsonschema.core.tree.SchemaTree> |
process(com.github.fge.jsonschema.core.report.ProcessingReport report,
com.github.fge.jsonschema.core.util.ValueHolder<com.github.fge.jsonschema.core.tree.SchemaTree> input)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DraftV3OnlySyntaxProcessor
public DraftV3OnlySyntaxProcessor()
process
public com.github.fge.jsonschema.core.util.ValueHolder<com.github.fge.jsonschema.core.tree.SchemaTree> process(com.github.fge.jsonschema.core.report.ProcessingReport report,
com.github.fge.jsonschema.core.util.ValueHolder<com.github.fge.jsonschema.core.tree.SchemaTree> 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<com.github.fge.jsonschema.core.tree.SchemaTree>,com.github.fge.jsonschema.core.util.ValueHolder<com.github.fge.jsonschema.core.tree.SchemaTree>>
- Throws:
com.github.fge.jsonschema.core.exceptions.ProcessingException