Class DecimalMinValidatorForLong
- java.lang.Object
-
- org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.AbstractDecimalMinValidator<Long>
-
- org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForLong
-
- All Implemented Interfaces:
ConstraintValidator<DecimalMin,Long>
public class DecimalMinValidatorForLong extends AbstractDecimalMinValidator<Long>
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.decimal.AbstractDecimalMinValidator
minValue
-
-
Constructor Summary
Constructors Constructor Description DecimalMinValidatorForLong()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intcompare(Long number)-
Methods inherited from class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.AbstractDecimalMinValidator
initialize, isValid
-
-
-
-
Method Detail
-
compare
protected int compare(Long number)
- Specified by:
comparein classAbstractDecimalMinValidator<Long>
-
-