public final class MinimumValidator extends NumericValidator
minimum
number
keyword
Constructor and Description |
---|
MinimumValidator(com.fasterxml.jackson.databind.JsonNode digest) |
Modifier and Type | Method and Description |
---|---|
protected void |
validateDecimal(com.github.fge.jsonschema.report.ProcessingReport report,
FullData data)
Method to be implemented by a numeric validator if either of the
keyword value or instance value do not fit into a
long |
protected void |
validateLong(com.github.fge.jsonschema.report.ProcessingReport report,
FullData data)
Method to be implemented by a numeric validator if both the keyword
value and instance value fit into a
long |
toString, validate
newMsg
public MinimumValidator(com.fasterxml.jackson.databind.JsonNode digest)
protected void validateLong(com.github.fge.jsonschema.report.ProcessingReport report, FullData data) throws com.github.fge.jsonschema.exceptions.ProcessingException
NumericValidator
long
validateLong
in class NumericValidator
report
- the validation reportdata
- the validation datacom.github.fge.jsonschema.exceptions.ProcessingException
protected void validateDecimal(com.github.fge.jsonschema.report.ProcessingReport report, FullData data) throws com.github.fge.jsonschema.exceptions.ProcessingException
NumericValidator
long
validateDecimal
in class NumericValidator
report
- the validation reportdata
- the validation datacom.github.fge.jsonschema.exceptions.ProcessingException
Copyright © 2014. All Rights Reserved.