BigDecimalValidator.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 object with predefined attributes.Copyright © 2015 Contargo GmbH & Co. KG. All rights reserved.