public final class SchemaDigest extends 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,
Map<String,JsonNode> map) |
Modifier and Type | Method and Description |
---|---|
SchemaContext |
getContext() |
Map<String,JsonNode> |
getDigests() |
ProcessingMessage |
newMessage() |
public SchemaDigest(SchemaContext context, Map<String,JsonNode> map)
public SchemaContext getContext()
public ProcessingMessage newMessage()
newMessage
in interface MessageProvider