public class MethodInfoExt extends MethodInfo
| Modifier and Type | Field and Description |
|---|---|
protected Object |
objectOfExtensionClass |
| Constructor and Description |
|---|
MethodInfoExt(Object objectOfExtensionClass,
Long key,
Class<?> clazz,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object target,
Object... args) |
getKey, getName, getParameterTypes, invokeVarArgsMethod, isStatic, isVarArgs, toStringprotected Object objectOfExtensionClass
public Object invoke(Object target, Object... args) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException
invoke in class MethodInfoIllegalAccessExceptionIllegalArgumentExceptionInvocationTargetExceptionCopyright © 2018. All rights reserved.