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

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

    • DecimalMaxValidatorForByte

      public DecimalMaxValidatorForByte()
  • Method Details