public final class SchemaDigest extends java.lang.Object implements MessageProvider
SchemaDigester
and input of ValidatorBuilder
It bundles a SchemaContext
and a map of digested nodes for keyword
construction.
Constructor and Description |
---|
SchemaDigest(SchemaContext context,
java.util.Map<java.lang.String,JsonNode> map) |
Modifier and Type | Method and Description |
---|---|
SchemaContext |
getContext() |
java.util.Map<java.lang.String,JsonNode> |
getDigests() |
ProcessingMessage |
newMessage() |
public SchemaDigest(SchemaContext context, java.util.Map<java.lang.String,JsonNode> map)
public SchemaContext getContext()
public java.util.Map<java.lang.String,JsonNode> getDigests()
public ProcessingMessage newMessage()
newMessage
in interface MessageProvider