org.eel.kitchen.jsonschema.keyword
Class DisallowKeywordValidator

java.lang.Object
  extended by org.eel.kitchen.jsonschema.keyword.KeywordValidator
      extended by org.eel.kitchen.jsonschema.keyword.AbstractTypeKeywordValidator
          extended by org.eel.kitchen.jsonschema.keyword.DisallowKeywordValidator

public final class DisallowKeywordValidator
extends AbstractTypeKeywordValidator


Field Summary
 
Fields inherited from class org.eel.kitchen.jsonschema.keyword.AbstractTypeKeywordValidator
schemas, typeSet
 
Fields inherited from class org.eel.kitchen.jsonschema.keyword.KeywordValidator
instanceTypes
 
Constructor Summary
DisallowKeywordValidator(JsonNode schema)
           
 
Method Summary
 void validate(ValidationReport report, JsonNode instance)
           
 
Methods inherited from class org.eel.kitchen.jsonschema.keyword.KeywordValidator
validateInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisallowKeywordValidator

public DisallowKeywordValidator(JsonNode schema)
Method Detail

validate

public void validate(ValidationReport report,
                     JsonNode instance)
Specified by:
validate in class KeywordValidator


Copyright © 2012. All Rights Reserved.