java.lang.Object
org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.AbstractDecimalMinValidator<Byte>
org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForByte
All Implemented Interfaces:
ConstraintValidator<DecimalMin,Byte>

public class DecimalMinValidatorForByte extends AbstractDecimalMinValidator<Byte>
Check that the number being validated is greater than or equal to the minimum value specified.
Author:
Marko Bekhta
  • Constructor Details

    • DecimalMinValidatorForByte

      public DecimalMinValidatorForByte()
  • Method Details