[Java] Class ReflectionCache

  • org.codehaus.groovy.reflection.ReflectionCache
public class ReflectionCache
extends Object

Field Summary

Fields
Modifiers Name Description
static CachedClass OBJECT_ARRAY_CLASS
static CachedClass OBJECT_CLASS

Methods Summary

Methods
Type Params Return Type Name and description
public static Class autoboxType(Class type)
public static CachedClass getCachedClass(Class klazz)
public static String getMOPMethodName(CachedClass declaringClass, String name, boolean useThis)
public static boolean isArray(Class klazz)
public static boolean isAssignableFrom(Class klazz, Class aClass)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Field Detail

public static final CachedClass OBJECT_ARRAY_CLASS

public static final CachedClass OBJECT_CLASS

Method Detail

public static Class autoboxType(Class type)

public static CachedClass getCachedClass(Class klazz)

public static String getMOPMethodName(CachedClass declaringClass, String name, boolean useThis)

public static boolean isArray(Class klazz)

public static boolean isAssignableFrom(Class klazz, Class aClass)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/reflection/ReflectionCache.html