com.github.fge.jsonschema.processors.data
Class SchemaDigest

java.lang.Object
  extended by 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.


Constructor Summary
SchemaDigest(SchemaContext context, Map<String,JsonNode> map)
           
 
Method Summary
 SchemaContext getContext()
           
 Map<String,JsonNode> getDigests()
           
 ProcessingMessage newMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaDigest

public SchemaDigest(SchemaContext context,
                    Map<String,JsonNode> map)
Method Detail

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.