Uses of Package
org.hibernate.validator.internal.constraintvalidators.bv.number.bound
-
Packages that use org.hibernate.validator.internal.constraintvalidators.bv.number.bound Package Description org.hibernate.validator.internal.constraintvalidators.bv.number.bound ContainsConstraintValidatorimplementations 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.bound Class Description AbstractMaxValidator Check that the number being validated is less than or equal to the maximum value specified.AbstractMinValidator Check that the number being validated is greater than or equal to the minimum value specified.