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()
getArguments in interface Invocationpublic Method getMethod()
getMethod in interface Invocationpublic Object getProxy()
getProxy in interface InvocationCopyright © 2019. All rights reserved.