public final class SchemaDigester extends Object implements com.github.fge.jsonschema.processing.Processor<SchemaContext,SchemaDigest>
This processor is called by a ValidationChain
after it has made
sure that the schema is syntactically valid.
Constructor and Description |
---|
SchemaDigester(com.github.fge.jsonschema.library.Dictionary<Digester> dict) |
SchemaDigester(Library library) |
Modifier and Type | Method and Description |
---|---|
SchemaDigest |
process(com.github.fge.jsonschema.report.ProcessingReport report,
SchemaContext input) |
String |
toString() |
public SchemaDigester(Library library)
public SchemaDigester(com.github.fge.jsonschema.library.Dictionary<Digester> dict)
public SchemaDigest 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,SchemaDigest>
com.github.fge.jsonschema.exceptions.ProcessingException
Copyright © 2014. All Rights Reserved.