public static final class MetaClassImpl.MetaConstructor extends MetaMethod
isVargsMethod, 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 | 
| java.lang.String | getName()Returns the name of the method represented by this class | 
| java.lang.Class | getReturnType()Access the return type for this method | 
| java.lang.Object | invoke(java.lang.Object object,
      java.lang.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 java.lang.String getName()
MetaMethodgetName in class MetaMethodpublic java.lang.Class getReturnType()
MetaMethodgetReturnType in class MetaMethodpublic CachedClass getDeclaringClass()
MetaMethodgetDeclaringClass in class MetaMethodpublic java.lang.Object invoke(java.lang.Object object,
                               java.lang.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()