- java.lang.Object
-
- org.hibernate.validator.internal.constraintvalidators.bv.number.bound.AbstractMaxValidator<T>
-
- All Implemented Interfaces:
- ConstraintValidator<Max,T>
- Direct Known Subclasses:
- MaxValidatorForBigDecimal, MaxValidatorForBigInteger, MaxValidatorForByte, MaxValidatorForCharSequence, MaxValidatorForDouble, MaxValidatorForFloat, MaxValidatorForInteger, MaxValidatorForLong, MaxValidatorForNumber, MaxValidatorForShort
public abstract class AbstractMaxValidator<T>
extends Object
implements ConstraintValidator<Max,T>
Check that the number being validated is less than or equal to the maximum
value specified.
- Author:
- Alaa Nassef, Hardy Ferentschik, Xavier Sosnovsky, Marko Bekhta
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
protected long |
maxValue |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
maxValue
protected long maxValue
Copyright © 2007-2021 Red Hat, Inc. All Rights Reserved