Class NotNullValidator
java.lang.Object
org.hibernate.validator.internal.constraintvalidators.bv.NotNullValidator
- All Implemented Interfaces:
ConstraintValidator<NotNull,Object>
Validate that the object is not
null.- Author:
- Emmanuel Bernard
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisValid(Object object, ConstraintValidatorContext constraintValidatorContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.validation.ConstraintValidator
initialize
-
Constructor Details
-
NotNullValidator
public NotNullValidator()
-
-
Method Details
-
isValid
- Specified by:
isValidin interfaceConstraintValidator<NotNull,Object>
-