net.neoremind.dynamicproxy.impl
类 JavassistInvocation

java.lang.Object
  继承者 net.neoremind.dynamicproxy.impl.JavassistInvocation
所有已实现的接口:
Invocation

public abstract class JavassistInvocation
extends Object
implements Invocation


构造方法摘要
protected JavassistInvocation(Object proxy, Object target, Method method, Object[] arguments)
           
 
方法摘要
 Object[] getArguments()
          获取方法调用参数
 Method getMethod()
          返回方法对象
 Object getProxy()
          返回代理对象
protected  Object getTarget()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
从接口 net.neoremind.dynamicproxy.Invocation 继承的方法
proceed
 

构造方法详细信息

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.