public class CachedConstructor extends ParameterTypes
Modifier and Type | Field | Description |
---|---|---|
Constructor |
cachedConstructor |
isVargsMethod, nativeParamTypes, parameterTypes
Constructor | Description |
---|---|
CachedConstructor(Constructor c) |
|
CachedConstructor(CachedClass clazz,
Constructor c) |
Modifier and Type | Method | Description |
---|---|---|
Object |
doConstructorInvoke(Object[] argumentArray) |
|
static CachedConstructor |
find(Constructor constructor) |
|
CachedClass |
getCachedClass() |
|
int |
getModifiers() |
|
protected Class[] |
getPT() |
|
Object |
invoke(Object[] argumentArray) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
coerceArgumentsToClasses, correctArguments, getNativeParameterTypes, getParameterTypes, isValidExactMethod, isValidExactMethod, isValidMethod, isValidMethod, isVargsMethod, isVargsMethod, setParametersTypes
public final Constructor cachedConstructor
public CachedConstructor(CachedClass clazz, Constructor c)
public CachedConstructor(Constructor c)
protected Class[] getPT()
getPT
in class ParameterTypes
public static CachedConstructor find(Constructor constructor)
public int getModifiers()
public CachedClass getCachedClass()