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