com.github.fge.jsonschema.processors.validation
Class ValidationProcessor
java.lang.Object
com.github.fge.jsonschema.processors.validation.ValidationProcessor
- All Implemented Interfaces:
- com.github.fge.jsonschema.core.processing.Processor<FullData,FullData>
public final class ValidationProcessor
- extends Object
- implements com.github.fge.jsonschema.core.processing.Processor<FullData,FullData>
Main validation processor
ValidationProcessor
public ValidationProcessor(ValidationConfiguration cfg,
com.github.fge.jsonschema.core.processing.Processor<SchemaContext,ValidatorList> processor)
process
public FullData process(com.github.fge.jsonschema.core.report.ProcessingReport report,
FullData input)
throws com.github.fge.jsonschema.core.exceptions.ProcessingException
- Specified by:
process
in interface com.github.fge.jsonschema.core.processing.Processor<FullData,FullData>
- Throws:
com.github.fge.jsonschema.core.exceptions.ProcessingException
toString
public String toString()
- Overrides:
toString
in class Object