Uses of Package
org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
Package
Description
Contains
ConstraintValidator
implementations for
DecimalMin
and DecimalMax
constraints.-
Classes in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal used by org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimalClassDescriptionCheck 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.