Uses of Package
org.hibernate.validator.internal.constraintvalidators.bv.number.bound
Packages that use org.hibernate.validator.internal.constraintvalidators.bv.number.bound
Package
Description
Contains
ConstraintValidator
implementations for
min and max constraints for numbers.-
Classes in org.hibernate.validator.internal.constraintvalidators.bv.number.bound used by org.hibernate.validator.internal.constraintvalidators.bv.number.boundClassDescriptionCheck that the number being validated is less than or equal to the maximum value specified.Check that the number being validated is greater than or equal to the minimum value specified.