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

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