Package org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Contains
ConstraintValidator implementations for
Positive, PositiveOrZero,
Negative and NegativeOrZero
constraints.- Author:
- Marko Bekhta
-
Class Summary Class Description NegativeOrZeroValidatorForBigDecimal Check that the number being validated is negative or zero.NegativeOrZeroValidatorForBigInteger Check that the number being validated is negative or zero.NegativeOrZeroValidatorForByte Check that the number being validated is negative or zero.NegativeOrZeroValidatorForCharSequence Check that the number being validated is negative or zero.NegativeOrZeroValidatorForDouble Check that the number being validated is negative or zero.NegativeOrZeroValidatorForFloat Check that the number being validated is negative or zero.NegativeOrZeroValidatorForInteger Check that the number being validated is negative or zero.NegativeOrZeroValidatorForLong Check that the number being validated is negative or zero.NegativeOrZeroValidatorForNumber Check that the number being validated is negative or zero.NegativeOrZeroValidatorForShort Check that the number being validated is negative or zero.NegativeValidatorForBigDecimal Check that the number being validated is negative.NegativeValidatorForBigInteger Check that the number being validated is negative.NegativeValidatorForByte Check that the number being validated is negative.NegativeValidatorForCharSequence Check that the number being validated is negative.NegativeValidatorForDouble Check that the number being validated is negative.NegativeValidatorForFloat Check that the number being validated is negative.NegativeValidatorForInteger Check that the number being validated is negative.NegativeValidatorForLong Check that the number being validated is negative.NegativeValidatorForNumber Check that the number being validated is negative.NegativeValidatorForShort Check that the number being validated is negative.PositiveOrZeroValidatorForBigDecimal Check that the number being validated is positive or zero.PositiveOrZeroValidatorForBigInteger Check that the number being validated is positive or zero.PositiveOrZeroValidatorForByte Check that the number being validated is positive or zero.PositiveOrZeroValidatorForCharSequence Check that the number being validated is positive or zero.PositiveOrZeroValidatorForDouble Check that the number being validated is positive or zero.PositiveOrZeroValidatorForFloat Check that the number being validated is positive or zero.PositiveOrZeroValidatorForInteger Check that the number being validated positive or zero.PositiveOrZeroValidatorForLong Check that the number being validated positive or zero.PositiveOrZeroValidatorForNumber Check that the number being validated is positive or zero.PositiveOrZeroValidatorForShort Check that the number being validated is positive or zero.PositiveValidatorForBigDecimal Check that the number being validated is positive.PositiveValidatorForBigInteger Check that the number being validated is positive.PositiveValidatorForByte Check that the number being validated is positive.PositiveValidatorForCharSequence Check that the number being validated is positive.PositiveValidatorForDouble Check that the number being validated is positive.PositiveValidatorForFloat Check that the number being validated is positive.PositiveValidatorForInteger Check that the number being validated positive.PositiveValidatorForLong Check that the number being validated positive.PositiveValidatorForNumber Check that the number being validated is positive.PositiveValidatorForShort Check that the number being validated is positive.