public class ObjectCachedClass
extends CachedClass
Provides optimized reflection caching for Object. The root cached class that accepts all argument types for assignment, making it a universal fallback for method invocation.
| Fields inherited from class | Fields |
|---|---|
class CachedClass |
EMPTY_ARRAY, classInfo, isArray, isInterface, isNumber, isPrimitive, modifiers, mopMethods |
| Constructor and description |
|---|
ObjectCachedClass(ClassInfo classInfo)Constructs a cached class representation for Object. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public CachedClass |
getCachedSuperClass()Returns null since Object has no superclass in the type hierarchy. |
|
public boolean |
isAssignableFrom(Class argument)Accepts any class as assignable to Object. |
| Methods inherited from class | Name |
|---|---|
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 |
Returns null since Object has no superclass in the type hierarchy.
null alwaysCopyright © 2003-2026 The Apache Software Foundation. All rights reserved.