Package cdc.validation.checkers.defaults
Class IsInstanceOf
java.lang.Object
cdc.validation.checkers.defaults.IsInstanceOf
Implementation o
Checker that checks that an object is an instance of a class.-
Field Summary
FieldsFields inherited from interface cdc.validation.checkers.Checker
DEFAULT_ARG_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExplains the conditions at which a positive or negative result is obtained.static IsInstanceOfstatic IsInstanceOfbooleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cdc.validation.checkers.Checker
after, after, afterRaw, and, andRaw, cast, cast, explain, explain, negate, or, orRaw, testAndExplain, testAndExplain, testAndExplainRaw, testAndExplainRaw, testRaw, wrap
-
Field Details
-
CLASS
-
FARGS
-
FACTORY
-
-
Constructor Details
-
IsInstanceOf
-
-
Method Details
-
of
-
getValueClass
- Specified by:
getValueClassin interfaceChecker<Object>- Returns:
- The class of tested values.
-
test
-
explain
Description copied from interface:CheckerExplains the conditions at which a positive or negative result is obtained. -
from
-