| Class | Description |
|---|---|
| BigDecimalConstraintValidator |
BigDecimal Validator to validate a BigDecimal by his maximum and minimum precision and maxFractionalPlaces.
|
| BigDecimalValidationResult |
Resultobject of the
BigDecimalValidator. |
| BigDecimalValidationRules |
The
validation rules specified what boundries will be validated through the validator - types
are:
minDecimalPlaces min count of decimal places
Default: 1
maxDecimalPlaces max count of decimal places
Default: 10
maxFractionalPlaces max count of fractional places
Default: 5
minValue max count of fractional places*
Default: -Double.MAX_VALUE
maxValue max count of fractional places*
Default: Double.MAX_VALUE
|
| BigDecimalValidationRules.Builder |
Builder class to build a
BigDecimalValidationRules object with predefined attributes. |
| BigDecimalValidator |
Validates a BigDecimal by minValue, maxValue value and the count of the fraction and decimal places.
|
| Annotation Type | Description |
|---|---|
| BigDecimalValidate |
Annotation to validate a BigDecimal by his count of pre-decimal, decimal places and min/max value.
|
Copyright © 2015 Contargo GmbH & Co. KG. All rights reserved.