ConstraintValidator
implementations for
Positive
, PositiveOrZero
,
Negative
and NegativeOrZero
constraints.See: Description
Class | Description |
---|---|
NegativeOrZeroValidatorForBigDecimal |
Check that the number being validated is negative.
|
NegativeOrZeroValidatorForBigInteger |
Check that the number being validated is negative.
|
NegativeOrZeroValidatorForByte |
Check that the number being validated is negative.
|
NegativeOrZeroValidatorForDouble |
Check that the number being validated is negative.
|
NegativeOrZeroValidatorForFloat |
Check that the number being validated is negative.
|
NegativeOrZeroValidatorForInteger |
Check that the number being validated is negative.
|
NegativeOrZeroValidatorForLong |
Check that the number being validated is negative.
|
NegativeOrZeroValidatorForNumber |
Check that the number being validated is negative.
|
NegativeOrZeroValidatorForShort |
Check that the number being validated is negative.
|
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.
|
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.
|
PositiveOrZeroValidatorForBigInteger |
Check that the number being validated is positive.
|
PositiveOrZeroValidatorForByte |
Check that the number being validated is positive.
|
PositiveOrZeroValidatorForDouble |
Check that the number being validated is positive.
|
PositiveOrZeroValidatorForFloat |
Check that the number being validated is positive.
|
PositiveOrZeroValidatorForInteger |
Check that the number being validated positive.
|
PositiveOrZeroValidatorForLong |
Check that the number being validated positive.
|
PositiveOrZeroValidatorForNumber |
Check that the number being validated is positive.
|
PositiveOrZeroValidatorForShort |
Check that the number being validated is positive.
|
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.
|
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.
|
ConstraintValidator
implementations for
Positive
, PositiveOrZero
,
Negative
and NegativeOrZero
constraints.Copyright © 2021 JBoss by Red Hat. All rights reserved.