public static final class MetaClassImpl.MetaConstructor extends MetaMethod
isVargsMethod, nativeParamTypes, parameterTypes
Modifier and Type | Method and Description |
---|---|
CachedConstructor |
getCachedConstrcutor() |
CachedClass |
getDeclaringClass() |
int |
getModifiers() |
java.lang.String |
getName() |
java.lang.Class |
getReturnType() |
java.lang.Object |
invoke(java.lang.Object object,
java.lang.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 java.lang.String getName()
getName
in class MetaMethod
public java.lang.Class getReturnType()
getReturnType
in class MetaMethod
public CachedClass getDeclaringClass()
getDeclaringClass
in class MetaMethod
public java.lang.Object invoke(java.lang.Object object, java.lang.Object[] arguments)
invoke
in class MetaMethod
public CachedConstructor getCachedConstrcutor()
public boolean isBeanConstructor()