- java.lang.Object
-
- org.hibernate.validator.internal.constraintvalidators.NullValidator
-
- All Implemented Interfaces:
- javax.validation.ConstraintValidator<javax.validation.constraints.Null,Object>
public class NullValidator
extends Object
implements javax.validation.ConstraintValidator<javax.validation.constraints.Null,Object>
Validate that the object is null
- Author:
- Alaa Nassef
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
NullValidator
public NullValidator()
Copyright © 2007-2014 Red Hat, Inc. All Rights Reserved