public static final class MetaClassImpl.MetaConstructor extends MetaMethod
EMPTY_ARRAYisVargsMethod, nativeParamTypes, parameterTypes| Modifier and Type | Method and Description | 
|---|---|
CachedConstructor | 
getCachedConstrcutor()  | 
CachedClass | 
getDeclaringClass()
Gets the class where this method is declared 
 | 
int | 
getModifiers()
Returns the modifiers for this method 
 | 
String | 
getName()
Returns the name of the method represented by this class 
 | 
Class | 
getReturnType()
Access the return type for this method 
 | 
Object | 
invoke(Object object,
      Object[] arguments)
Invoke this method 
 | 
boolean | 
isBeanConstructor()  | 
checkParameters, clone, doMethodInvoke, equal, equal, getDescriptor, getMopName, getSignature, isAbstract, isCacheable, isMethod, isPrivate, isProtected, isPublic, isSame, isStatic, processDoMethodInvokeException, toStringcoerceArgumentsToClasses, correctArguments, getNativeParameterTypes, getParameterTypes, getPT, isValidExactMethod, isValidExactMethod, isValidMethod, isValidMethod, isVargsMethod, isVargsMethod, setParametersTypespublic int getModifiers()
MetaMethodgetModifiers in class MetaMethodpublic String getName()
MetaMethodgetName in class MetaMethodpublic Class getReturnType()
MetaMethodgetReturnType in class MetaMethodpublic CachedClass getDeclaringClass()
MetaMethodgetDeclaringClass in class MetaMethodpublic Object invoke(Object object, Object[] arguments)
MetaMethodinvoke in class MetaMethodobject - The object this method should be invoked onarguments - The arguments for the method if applicablepublic CachedConstructor getCachedConstrcutor()
public boolean isBeanConstructor()