public class BigIntegerCachedClass
extends NumberCachedClass
Provides optimized reflection caching for BigInteger. Coerces integral and big numeric types to BigInteger for type-safe method invocation.
| Fields inherited from class | Fields |
|---|---|
class CachedClass |
EMPTY_ARRAY, classInfo, isArray, isInterface, isNumber, isPrimitive, modifiers, mopMethods |
| Constructor and description |
|---|
BigIntegerCachedClass(Class klazz, ClassInfo classInfo)Constructs a cached class representation for BigInteger. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public boolean |
isAssignableFrom(Class classToTransformFrom)Determines if the given class can be transformed to BigInteger. |
|
public boolean |
isDirectlyAssignable(Object argument)Checks if the given argument is directly assignable to BigInteger. |
| Methods inherited from class | Name |
|---|---|
class NumberCachedClass |
coerceArgument, isAssignableFrom |
class CachedClass |
addNewMopMethods, coerceArgument, getCachedClass, getCachedSuperClass, getCallSiteLoader, getConstructors, getDeclaredInterfaces, getFields, getHierarchy, getInterfaces, getMethods, getModifiers, getName, getNewMetaMethods, getSuperClassDistance, getTheClass, getTypeDescription, hashCode, isAssignableFrom, isDirectlyAssignable, isInterface, isPrimitive, isVoid, searchMethods, setNewMopMethods, toString |
Constructs a cached class representation for BigInteger.
klazz - the BigInteger class to cacheclassInfo - the class information associated with this cached classDetermines if the given class can be transformed to BigInteger. Accepts integral types, boxed integral types, and other big numeric types.
classToTransformFrom - the source class to checktrue if the class can be transformed to BigInteger, false otherwiseChecks if the given argument is directly assignable to BigInteger.
argument - the argument to checktrue if the argument is an instance of BigInteger, false otherwiseCopyright © 2003-2026 The Apache Software Foundation. All rights reserved.