public abstract class JavassistInvocation extends Object implements Invocation
| Modifier and Type | Field and Description |
|---|---|
protected Object[] |
arguments |
protected Method |
method |
protected Object |
target |
| Constructor and Description |
|---|
JavassistInvocation(Method method,
Object target,
Object[] arguments) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getArguments()
获取参数值
|
Method |
getMethod()
获取方法
|
Object |
getProxy()
获取目标实例
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitproceedprotected final Method method
protected final Object target
protected final Object[] arguments
public Object[] getArguments()
InvocationgetArguments in interface Invocationpublic Method getMethod()
InvocationgetMethod in interface Invocationpublic Object getProxy()
InvocationgetProxy in interface InvocationCopyright © 2020. All rights reserved.