ConstraintValidator implementations for
min and max constraints for numbers.See: Description
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
ConstraintValidator implementations for
min and max constraints for numbers.Copyright © 2019 JBoss by Red Hat. All rights reserved.