Package org.hibernate.validator.internal.constraintvalidators.bv.number.bound
Contains
ConstraintValidator implementations for
min and max constraints for numbers.- Author:
- Marko Bekhta
-
Class Summary Class Description AbstractMaxValidator<T> Check that the number being validated is less than or equal to the maximum value specified.AbstractMinValidator<T> Check that the number being validated is greater than or equal to the minimum value specified.MaxValidatorForBigDecimal Check that the number being validated is less than or equal to the maximum value specified.MaxValidatorForBigInteger Check that the number being validated is less than or equal to the maximum value specified.MaxValidatorForByte Check that the number being validated is less than or equal to the maximum value specified.MaxValidatorForCharSequence Check that the character sequence (e.g.MaxValidatorForDouble Check that the number being validated is less than or equal to the maximum value specified.MaxValidatorForFloat Check that the number being validated is less than or equal to the maximum value specified.MaxValidatorForInteger Check that the number being validated is less than or equal to the maximum value specified.MaxValidatorForLong Check that the number being validated is less than or equal to the maximum value specified.MaxValidatorForNumber Check that the number being validated is less than or equal to the maximum value specified.MaxValidatorForShort Check that the number being validated is less than or equal to the maximum value specified.MinValidatorForBigDecimal Check that the number being validated is greater than or equal to the minimum value specified.MinValidatorForBigInteger Check that the number being validated is greater than or equal to the minimum value specified.MinValidatorForByte Check that the number being validated is greater than or equal to the minimum value specified.MinValidatorForCharSequence Check that the character sequence (e.g.MinValidatorForDouble Check that the number being validated is greater than or equal to the minimum value specified.MinValidatorForFloat Check that the number being validated is greater than or equal to the minimum value specified.MinValidatorForInteger Check that the number being validated is greater than or equal to the minimum value specified.MinValidatorForLong Check that the number being validated is greater than or equal to the minimum value specified.MinValidatorForNumber Check that the number being validated is greater than or equal to the minimum value specified.MinValidatorForShort Check that the number being validated is greater than or equal to the minimum value specified.