- java.lang.Object
-
- org.hibernate.validator.internal.constraintvalidators.bv.number.bound.AbstractMinValidator<T>
-
- All Implemented Interfaces:
- ConstraintValidator<Min,T>
- Direct Known Subclasses:
- MinValidatorForBigDecimal, MinValidatorForBigInteger, MinValidatorForByte, MinValidatorForCharSequence, MinValidatorForDouble, MinValidatorForFloat, MinValidatorForInteger, MinValidatorForLong, MinValidatorForNumber, MinValidatorForShort
public abstract class AbstractMinValidator<T>
extends Object
implements ConstraintValidator<Min,T>
Check that the number being validated is greater than or equal to the minimum
value specified.
- Author:
- Alaa Nassef, Hardy Ferentschik, Xavier Sosnovsky, Marko Bekhta
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
protected long |
minValue |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
minValue
protected long minValue
Copyright © 2007-2021 Red Hat, Inc. All Rights Reserved