-
- 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
Modifier and Type |
Method and Description |
void |
initialize(javax.validation.constraints.Null constraintAnnotation) |
boolean |
isValid(Object object,
javax.validation.ConstraintValidatorContext constraintValidatorContext) |
-
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-2012 Red Hat Middleware, LLC. All Rights Reserved