| CurrencyValidatorForMonetaryAmount |
Check that the validated MonetaryAmount is in the right CurrencyUnit.
|
| DecimalMaxValidatorForMonetaryAmount |
Check that the monetary amount being validated is less than or equal to the maximum
value specified.
|
| DecimalMinValidatorForMonetaryAmount |
Check that the number being validated is less than or equal to the maximum
value specified.
|
| DigitsValidatorForMonetaryAmount |
Validates that the number part of the MonetaryAmount being validated matches the pattern
defined in the constraint.
|
| MaxValidatorForMonetaryAmount |
Check that the monetary amount being validated is less than or equal to the maximum
value specified.
|
| MinValidatorForMonetaryAmount |
Check that the number being validated is less than or equal to the maximum
value specified.
|
| NegativeOrZeroValidatorForMonetaryAmount |
Check that the number being validated positive.
|
| NegativeValidatorForMonetaryAmount |
Check that the number being validated positive.
|
| PositiveOrZeroValidatorForMonetaryAmount |
Check that the number being validated positive.
|
| PositiveValidatorForMonetaryAmount |
Check that the number being validated positive.
|