JavaScript is disabled on your browser.
java.lang.Object
org.hibernate.validator.internal.constraintvalidators.bv.NullValidator
All Implemented Interfaces:
javax.validation.ConstraintValidator<javax.validation.constraints.Null,java.lang.Object>
public class NullValidator
extends java.lang.Object
implements javax.validation.ConstraintValidator<javax.validation.constraints.Null,java.lang.Object>
Validate that the object is null
Author:
Alaa Nassef
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
boolean
isValid (java.lang.Object object,
javax.validation.ConstraintValidatorContext constraintValidatorContext)
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 Detail
NullValidator
public NullValidator()
Copyright © 2007-2022 Red Hat, Inc. All Rights Reserved