public final class SchemaDigest extends Object implements com.github.fge.jsonschema.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,com.fasterxml.jackson.databind.JsonNode> map) |
Modifier and Type | Method and Description |
---|---|
SchemaContext |
getContext() |
Map<String,com.fasterxml.jackson.databind.JsonNode> |
getDigests() |
com.github.fge.jsonschema.report.ProcessingMessage |
newMessage() |
public SchemaDigest(SchemaContext context, Map<String,com.fasterxml.jackson.databind.JsonNode> map)
public SchemaContext getContext()
public com.github.fge.jsonschema.report.ProcessingMessage newMessage()
newMessage
in interface com.github.fge.jsonschema.report.MessageProvider
Copyright © 2014. All Rights Reserved.