public final class SchemaDigest extends Object implements com.github.fge.jsonschema.core.report.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() |
com.github.fge.jsonschema.core.report.ProcessingMessage |
newMessage() |
public SchemaDigest(SchemaContext context, Map<String,JsonNode> map)
public SchemaContext getContext()
public com.github.fge.jsonschema.core.report.ProcessingMessage newMessage()
newMessage
in interface com.github.fge.jsonschema.core.report.MessageProvider