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

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