public final class ValidationProcessor extends Object implements com.github.fge.jsonschema.core.processing.Processor<FullData,FullData>
| Constructor and Description |
|---|
ValidationProcessor(ValidationConfiguration cfg,
com.github.fge.jsonschema.core.processing.Processor<SchemaContext,ValidatorList> processor) |
| Modifier and Type | Method and Description |
|---|---|
FullData |
process(com.github.fge.jsonschema.core.report.ProcessingReport report,
FullData input) |
String |
toString() |
public ValidationProcessor(ValidationConfiguration cfg, com.github.fge.jsonschema.core.processing.Processor<SchemaContext,ValidatorList> processor)
public FullData process(com.github.fge.jsonschema.core.report.ProcessingReport report, FullData input) throws com.github.fge.jsonschema.core.exceptions.ProcessingException
process in interface com.github.fge.jsonschema.core.processing.Processor<FullData,FullData>com.github.fge.jsonschema.core.exceptions.ProcessingException