Package org.codehaus.groovy.reflection
Class ReflectionCache
java.lang.Object
org.codehaus.groovy.reflection.ReflectionCache
public class ReflectionCache extends Object
-
Field Summary
Fields Modifier and Type Field Description static CachedClassOBJECT_ARRAY_CLASSstatic CachedClassOBJECT_CLASS -
Constructor Summary
Constructors Constructor Description ReflectionCache() -
Method Summary
Modifier and Type Method Description static ClassautoboxType(Class type)static CachedClassgetCachedClass(Class klazz)static StringgetMOPMethodName(CachedClass declaringClass, String name, boolean useThis)static booleanisArray(Class klazz)static booleanisAssignableFrom(Class klazz, Class aClass)
-
Field Details
-
OBJECT_CLASS
-
OBJECT_ARRAY_CLASS
-
-
Constructor Details
-
ReflectionCache
public ReflectionCache()
-
-
Method Details
-
autoboxType
-
getMOPMethodName
-
isArray
-
isAssignableFrom
-
getCachedClass
-