net.neoremind.dynamicproxy.invoke
类 NullInvoker
java.lang.Object
net.neoremind.dynamicproxy.invoke.NullInvoker
- 所有已实现的接口:
- Serializable, ObjectInvoker
public class NullInvoker
- extends Object
- implements ObjectInvoker, Serializable
- 作者:
- zhangxu
- 另请参见:
- 序列化表格
| 从类 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.