class |
MaxValidatorForBigDecimal |
Check that the number being validated is less than or equal to the maximum
value specified.
|
class |
MaxValidatorForBigInteger |
Check that the number being validated is less than or equal to the maximum
value specified.
|
class |
MaxValidatorForByte |
Check that the number being validated is less than or equal to the maximum
value specified.
|
class |
MaxValidatorForCharSequence |
Check that the character sequence (e.g.
|
class |
MaxValidatorForDouble |
Check that the number being validated is less than or equal to the maximum
value specified.
|
class |
MaxValidatorForFloat |
Check that the number being validated is less than or equal to the maximum
value specified.
|
class |
MaxValidatorForInteger |
Check that the number being validated is less than or equal to the maximum
value specified.
|
class |
MaxValidatorForLong |
Check that the number being validated is less than or equal to the maximum
value specified.
|
class |
MaxValidatorForNumber |
Check that the number being validated is less than or equal to the maximum
value specified.
|
class |
MaxValidatorForShort |
Check that the number being validated is less than or equal to the maximum
value specified.
|