Class NegativeValidatorForShort
java.lang.Object
org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForShort
- All Implemented Interfaces:
ConstraintValidator<Negative,
Short>
public class NegativeValidatorForShort
extends Object
implements ConstraintValidator<Negative,Short>
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
(Short 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 javax.validation.ConstraintValidator
initialize
-
Constructor Details
-
NegativeValidatorForShort
public NegativeValidatorForShort()
-
-
Method Details
-
isValid
- Specified by:
isValid
in interfaceConstraintValidator<Negative,
Short>
-