java.lang.Object
org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.AbstractDecimalMinValidator<Short>
org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForShort
All Implemented Interfaces:
jakarta.validation.ConstraintValidator<jakarta.validation.constraints.DecimalMin,Short>

public class DecimalMinValidatorForShort extends AbstractDecimalMinValidator<Short>
Check that the number being validated is greater than or equal to the minimum value specified.
Author:
Marko Bekhta