public class CachedConstructor extends ParameterTypes
isVargsMethod, nativeParamTypes, parameterTypes| Constructor and Description | 
|---|
CachedConstructor(CachedClass clazz,
                 Constructor c)  | 
CachedConstructor(Constructor c)  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
doConstructorInvoke(Object[] argumentArray)  | 
static CachedConstructor | 
find(Constructor constructor)  | 
CachedClass | 
getCachedClass()  | 
Constructor | 
getCachedConstructor()  | 
Class | 
getDeclaringClass()  | 
int | 
getModifiers()  | 
protected Class[] | 
getPT()  | 
Object | 
invoke(Object[] argumentArray)  | 
coerceArgumentsToClasses, correctArguments, getNativeParameterTypes, getParameterTypes, isValidExactMethod, isValidExactMethod, isValidMethod, isValidMethod, isVargsMethod, isVargsMethod, setParametersTypespublic CachedConstructor(CachedClass clazz, Constructor c)
public CachedConstructor(Constructor c)
protected Class[] getPT()
getPT in class ParameterTypespublic static CachedConstructor find(Constructor constructor)
public int getModifiers()
public CachedClass getCachedClass()
public Class getDeclaringClass()
public Constructor getCachedConstructor()