com.github.fge.jsonschema.processors.digest
Class SchemaDigester
java.lang.Object
com.github.fge.jsonschema.processors.digest.SchemaDigester
- All Implemented Interfaces:
- com.github.fge.jsonschema.core.processing.Processor<SchemaContext,SchemaDigest>
public final class SchemaDigester
- extends Object
- implements com.github.fge.jsonschema.core.processing.Processor<SchemaContext,SchemaDigest>
The schema digester
This processor is called by a ValidationChain
after it has made
sure that the schema is syntactically valid.
SchemaDigester
public SchemaDigester(Library library)
SchemaDigester
public SchemaDigester(com.github.fge.jsonschema.core.util.Dictionary<Digester> dict)
process
public SchemaDigest process(com.github.fge.jsonschema.core.report.ProcessingReport report,
SchemaContext input)
throws com.github.fge.jsonschema.core.exceptions.ProcessingException
- Specified by:
process
in interface com.github.fge.jsonschema.core.processing.Processor<SchemaContext,SchemaDigest>
- Throws:
com.github.fge.jsonschema.core.exceptions.ProcessingException
toString
public String toString()
- Overrides:
toString
in class Object