com.github.fge.jsonschema.processors.data
Class SchemaDigest
java.lang.Object
com.github.fge.jsonschema.processors.data.SchemaDigest
- All Implemented Interfaces:
- MessageProvider
public final class SchemaDigest
- extends Object
- implements 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 ProcessingMessage newMessage()
- Specified by:
newMessage
in interface MessageProvider
Copyright © 2014. All Rights Reserved.