org.eel.kitchen.jsonschema.keyword
Class MaximumKeywordValidator
java.lang.Object
org.eel.kitchen.jsonschema.keyword.KeywordValidator
org.eel.kitchen.jsonschema.keyword.NumericKeywordValidator
org.eel.kitchen.jsonschema.keyword.MaximumKeywordValidator
public final class MaximumKeywordValidator
- extends NumericKeywordValidator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MaximumKeywordValidator
public MaximumKeywordValidator(JsonNode schema)
validateLong
protected void validateLong(ValidationReport report,
long instanceValue)
- Specified by:
validateLong in class NumericKeywordValidator
validateDecimal
protected void validateDecimal(ValidationReport report,
BigDecimal instanceValue)
- Specified by:
validateDecimal in class NumericKeywordValidator
Copyright © 2012. All Rights Reserved.