com.github.fge.jsonschema.processors.digest
Class SchemaDigester

java.lang.Object
  extended by 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.


Constructor Summary
SchemaDigester(com.github.fge.jsonschema.core.util.Dictionary<Digester> dict)
           
SchemaDigester(Library library)
           
 
Method Summary
 SchemaDigest process(com.github.fge.jsonschema.core.report.ProcessingReport report, SchemaContext input)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SchemaDigester

public SchemaDigester(Library library)

SchemaDigester

public SchemaDigester(com.github.fge.jsonschema.core.util.Dictionary<Digester> dict)
Method Detail

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