|
|||||||||
| 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.NonNullAcceptingCondition
public abstract class NonNullAcceptingCondition
A base class for all conditions that cannot check null values.
| Constructor Summary | |
|---|---|
NonNullAcceptingCondition()
|
|
| Method Summary | |
|---|---|
protected void |
beforeObjectChecked(java.lang.Object object)
Checks whether the checked object is null. |
| Methods inherited from class org.springmodules.validation.util.condition.AbstractCondition |
|---|
afterObjectChecked, and, check, doCheck, or |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NonNullAcceptingCondition()
| Method Detail |
|---|
protected void beforeObjectChecked(java.lang.Object object)
null.
beforeObjectChecked in class AbstractConditionobject - The checked object.
java.lang.IllegalArgumentException - when the checked object is null.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||