public final class ValidationChain extends Object implements com.github.fge.jsonschema.core.processing.Processor<SchemaContext,ValidatorList>
This processor performs the following:
A validation chain handles one schema version. Switching schema versions
is done by ValidationProcessor
.
Constructor and Description |
---|
ValidationChain(com.github.fge.jsonschema.core.load.RefResolver refResolver,
Library library,
ValidationConfiguration cfg) |
Modifier and Type | Method and Description |
---|---|
ValidatorList |
process(com.github.fge.jsonschema.core.report.ProcessingReport report,
SchemaContext input) |
String |
toString() |
public ValidationChain(com.github.fge.jsonschema.core.load.RefResolver refResolver, Library library, ValidationConfiguration cfg)
public ValidatorList process(com.github.fge.jsonschema.core.report.ProcessingReport report, SchemaContext input) throws com.github.fge.jsonschema.core.exceptions.ProcessingException
process
in interface com.github.fge.jsonschema.core.processing.Processor<SchemaContext,ValidatorList>
com.github.fge.jsonschema.core.exceptions.ProcessingException