Class | Description |
---|---|
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.
|
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.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.