com.github.fge.jsonschema.processors.data
Class SchemaDigest
java.lang.Object
com.github.fge.jsonschema.processors.data.SchemaDigest
- All Implemented Interfaces:
- com.github.fge.jsonschema.core.report.MessageProvider
public final class SchemaDigest
- extends Object
- implements com.github.fge.jsonschema.core.report.MessageProvider
Output of SchemaDigester
and input of ValidatorBuilder
It bundles a SchemaContext
and a map of digested nodes for keyword
construction.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchemaDigest
public SchemaDigest(SchemaContext context,
Map<String,JsonNode> map)
getContext
public SchemaContext getContext()
getDigests
public Map<String,JsonNode> getDigests()
newMessage
public com.github.fge.jsonschema.core.report.ProcessingMessage newMessage()
- Specified by:
newMessage
in interface com.github.fge.jsonschema.core.report.MessageProvider