java.lang.Object
org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.AbstractDecimalMaxValidator<Long>
org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForLong
All Implemented Interfaces:
ConstraintValidator<DecimalMax,Long>

public class DecimalMaxValidatorForLong extends AbstractDecimalMaxValidator<Long>
Check that the number being validated is less than or equal to the maximum value specified.
Author:
Marko Bekhta
  • Constructor Details

    • DecimalMaxValidatorForLong

      public DecimalMaxValidatorForLong()
  • Method Details