@GwtCompatible public final class ObjectCheck extends ObjectBaseCheck<Object,ObjectCheck>
Check
methods
correctly) used only for arguments of types that do not have their own, more
specific check class, like StringCheck
for String
s or
CollectionCheck
for Collection
s.
This class provides check methods that are common to all non-primitive types
like ObjectBaseCheck.isNotNull()
or ObjectBaseCheck.hasClass(Class)
.
arg, nullAllowed
Constructor and Description |
---|
ObjectCheck(Object arg)
For internal use only.
|
check, checkNull, checkWithCause, hasClass, intPropertyCheck, isEqualTo, isInstanceOf, isNotNull, isNullOr, isSameAs, objectPropertyCheck
checkConversion, me, named, not
public ObjectCheck(Object arg)
Copyright © 2012–2017 Michael Faes. All rights reserved.