Class IsNotNull
- java.lang.Object
-
- cdc.util.validation.checkers.defaults.IsNotNull
-
-
Constructor Summary
Constructors Constructor Description IsNotNull()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringexplain(boolean result, String arg)Explains the conditions at which a positive or negative result is obtained.Class<Object>getValueClass()booleantest(Object value)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
getValueClass
public Class<Object> getValueClass()
- Specified by:
getValueClassin interfaceChecker<Object>- Returns:
- The class of tested values.
-
test
public boolean test(Object value)
-
-