java.lang.Object
org.hibernate.validator.internal.constraintvalidators.bv.number.bound.AbstractMaxValidator<Short>
org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForShort
All Implemented Interfaces:
jakarta.validation.ConstraintValidator<jakarta.validation.constraints.Max,Short>

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

    • MaxValidatorForShort

      public MaxValidatorForShort()
  • Method Details