net.neoremind.dynamicproxy.provider
类 ConstantProvider<T>
java.lang.Object
net.neoremind.dynamicproxy.provider.ConstantProvider<T>
- 所有已实现的接口:
- Serializable, ObjectProvider<T>
public class ConstantProvider<T>
- extends Object
- implements ObjectProvider<T>, Serializable
- 版本:
- create on 2015-3-9 下午11:41:21
- 作者:
- xuc
- 另请参见:
- 序列化表格
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstantProvider
public ConstantProvider(T constant)
getObject
public T getObject()
- 指定者:
- 接口
ObjectProvider<T> 中的 getObject
Copyright © 2016 neoremind. All rights reserved.