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, toString
protected Object objectOfExtensionClass
public Object invoke(Object target, Object... args) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException
invoke
in class MethodInfo
IllegalAccessException
IllegalArgumentException
InvocationTargetException
Copyright © 2018. All rights reserved.