public final class ValidationChain extends Object implements com.github.fge.jsonschema.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.processors.ref.RefResolver refResolver,
Library library,
boolean useFormat) |
| Modifier and Type | Method and Description |
|---|---|
ValidatorList |
process(com.github.fge.jsonschema.report.ProcessingReport report,
SchemaContext input) |
String |
toString() |
public ValidationChain(com.github.fge.jsonschema.processors.ref.RefResolver refResolver,
Library library,
boolean useFormat)
public ValidatorList process(com.github.fge.jsonschema.report.ProcessingReport report, SchemaContext input) throws com.github.fge.jsonschema.exceptions.ProcessingException
process in interface com.github.fge.jsonschema.processing.Processor<SchemaContext,ValidatorList>com.github.fge.jsonschema.exceptions.ProcessingExceptionCopyright © 2014. All Rights Reserved.