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