org.eel.kitchen.jsonschema.keyword
Class MaxItemsKeywordValidator

java.lang.Object
  extended by org.eel.kitchen.jsonschema.keyword.KeywordValidator
      extended by org.eel.kitchen.jsonschema.keyword.PositiveIntegerKeywordValidator
          extended by org.eel.kitchen.jsonschema.keyword.MaxItemsKeywordValidator

public final class MaxItemsKeywordValidator
extends PositiveIntegerKeywordValidator


Field Summary
 
Fields inherited from class org.eel.kitchen.jsonschema.keyword.PositiveIntegerKeywordValidator
intValue
 
Fields inherited from class org.eel.kitchen.jsonschema.keyword.KeywordValidator
instanceTypes
 
Constructor Summary
MaxItemsKeywordValidator(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

MaxItemsKeywordValidator

public MaxItemsKeywordValidator(JsonNode schema)
Method Detail

validate

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


Copyright © 2012. All Rights Reserved.