|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springmodules.validation.util.condition.AbstractCondition
org.springmodules.validation.util.condition.common.IsNullCondition
public class IsNullCondition
A condition that checks whether the checked object is null.
| Constructor Summary | |
|---|---|
IsNullCondition()
|
|
| Method Summary | |
|---|---|
boolean |
doCheck(java.lang.Object object)
Checks whether the given object is null. |
| Methods inherited from class org.springmodules.validation.util.condition.AbstractCondition |
|---|
afterObjectChecked, and, beforeObjectChecked, check, or |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IsNullCondition()
| Method Detail |
|---|
public boolean doCheck(java.lang.Object object)
null.
doCheck in class AbstractConditionobject - The object to be checked.
true if the given object is null, false otherwise.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||