net.neoremind.dynamicproxy.invoke
类 NullInvoker

java.lang.Object
  继承者 net.neoremind.dynamicproxy.invoke.NullInvoker
所有已实现的接口:
Serializable, ObjectInvoker

public class NullInvoker
extends Object
implements ObjectInvoker, Serializable

作者:
zhangxu
另请参见:
序列化表格

字段摘要
static NullInvoker INSTANCE
           
 
构造方法摘要
NullInvoker()
           
 
方法摘要
 Object invoke(Object proxy, Method method, Object... args)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

INSTANCE

public static final NullInvoker INSTANCE
构造方法详细信息

NullInvoker

public NullInvoker()
方法详细信息

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object... args)
              throws Throwable
指定者:
接口 ObjectInvoker 中的 invoke
抛出:
Throwable


Copyright © 2016 neoremind. All rights reserved.