public static final class MetaClassImpl.MetaConstructor extends MetaMethod
isVargsMethod, nativeParamTypes, parameterTypes
Modifier and Type | Method and Description |
---|---|
CachedConstructor |
getCachedConstrcutor() |
CachedClass |
getDeclaringClass() |
int |
getModifiers() |
String |
getName() |
Class |
getReturnType() |
Object |
invoke(Object object,
Object[] arguments) |
boolean |
isBeanConstructor() |
checkParameters, clone, doMethodInvoke, equal, equal, getDescriptor, getMopName, getSignature, isAbstract, isCacheable, isMethod, isPrivate, isProtected, isPublic, isSame, isStatic, processDoMethodInvokeException, toString
coerceArgumentsToClasses, correctArguments, getNativeParameterTypes, getParameterTypes, getPT, isValidExactMethod, isValidExactMethod, isValidMethod, isValidMethod, isVargsMethod, isVargsMethod, setParametersTypes
public int getModifiers()
getModifiers
in class MetaMethod
public String getName()
getName
in class MetaMethod
public Class getReturnType()
getReturnType
in class MetaMethod
public CachedClass getDeclaringClass()
getDeclaringClass
in class MetaMethod
public Object invoke(Object object, Object[] arguments)
invoke
in class MetaMethod
public CachedConstructor getCachedConstrcutor()
public boolean isBeanConstructor()