Class MinValidatorForShort
- java.lang.Object
-
- org.hibernate.validator.internal.constraintvalidators.bv.number.bound.AbstractMinValidator<Short>
-
- org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForShort
-
- All Implemented Interfaces:
ConstraintValidator<Min,Short>
public class MinValidatorForShort extends AbstractMinValidator<Short>
Check that the number being validated is greater than or equal to the minimum value specified.- Author:
- Marko Bekhta
-
-
Field Summary
-
Fields inherited from class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.AbstractMinValidator
minValue
-
-
Constructor Summary
Constructors Constructor Description MinValidatorForShort()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intcompare(Short number)-
Methods inherited from class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.AbstractMinValidator
initialize, isValid
-
-
-
-
Method Detail
-
compare
protected int compare(Short number)
- Specified by:
comparein classAbstractMinValidator<Short>
-
-