public class StringCachedClass
extends CachedClass
Provides optimized reflection caching for String. Coerces GString arguments to String for type-safe method invocation.
| Fields inherited from class | Fields |
|---|---|
class CachedClass |
EMPTY_ARRAY, classInfo, isArray, isInterface, isNumber, isPrimitive, modifiers, mopMethods |
| Constructor and description |
|---|
StringCachedClass(ClassInfo classInfo)Constructs a cached class representation for String. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Object |
coerceArgument(Object argument)Coerces the given argument to String. |
|
public boolean |
isAssignableFrom(Class classToTransformFrom)Determines if the given class can be transformed to String. |
|
public boolean |
isDirectlyAssignable(Object argument)Checks if the given argument is directly assignable to String. |
| 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 |
Coerces the given argument to String.
Converts GString arguments to String by calling toString().
argument - the argument to coerce Determines if the given class can be transformed to String.
Accepts null, String, and GString subtypes.
classToTransformFrom - the source class to checktrue if the class can be transformed to String, false otherwiseCopyright © 2003-2026 The Apache Software Foundation. All rights reserved.