net.neoremind.dynamicproxy.impl
类 JavassistInvocation
java.lang.Object
net.neoremind.dynamicproxy.impl.JavassistInvocation
- 所有已实现的接口:
- Invocation
public abstract class JavassistInvocation
- extends Object
- implements Invocation
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavassistInvocation
protected JavassistInvocation(Object proxy,
Object target,
Method method,
Object[] arguments)
getTarget
protected final Object getTarget()
getArguments
public Object[] getArguments()
- 从接口
Invocation 复制的描述
- 获取方法调用参数
- 指定者:
- 接口
Invocation 中的 getArguments
- 返回:
- 方法调用参数
getMethod
public Method getMethod()
- 从接口
Invocation 复制的描述
- 返回方法对象
- 指定者:
- 接口
Invocation 中的 getMethod
- 返回:
- 方法对象
getProxy
public Object getProxy()
- 从接口
Invocation 复制的描述
- 返回代理对象
- 指定者:
- 接口
Invocation 中的 getProxy
- 返回:
- 代理对象
Copyright © 2016 neoremind. All rights reserved.