java.lang.Object
org.hibernate.validator.internal.constraintvalidators.bv.number.bound.AbstractMaxValidator<BigDecimal>
org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForBigDecimal
All Implemented Interfaces:
ConstraintValidator<Max,BigDecimal>

public class MaxValidatorForBigDecimal extends AbstractMaxValidator<BigDecimal>
Check that the number being validated is less than or equal to the maximum value specified.
Author:
Marko Bekhta