Class NegativeValidatorForInteger
java.lang.Object
org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForInteger
- All Implemented Interfaces:
ConstraintValidator<Negative,
Integer>
public class NegativeValidatorForInteger
extends Object
implements ConstraintValidator<Negative,Integer>
Check that the number being validated is negative.
- Author:
- Hardy Ferentschik, Xavier Sosnovsky, Guillaume Smet, Marko Bekhta
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isValid
(Integer value, ConstraintValidatorContext context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jakarta.validation.ConstraintValidator
initialize
-
Constructor Details
-
NegativeValidatorForInteger
public NegativeValidatorForInteger()
-
-
Method Details
-
isValid
- Specified by:
isValid
in interfaceConstraintValidator<Negative,
Integer>
-