net.neoremind.dynamicproxy.template
类 SubclassCreatorTemplate
java.lang.Object
net.neoremind.dynamicproxy.template.CreatorTemplate
net.neoremind.dynamicproxy.template.SubclassCreatorTemplate
- 所有已实现的接口:
- ProxyCreator
- 直接已知子类:
- ASMCreator, ByteBuddyCreator, CglibCreator, JavassistCreator
public abstract class SubclassCreatorTemplate
- extends CreatorTemplate
- 作者:
- zhangxu
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubclassCreatorTemplate
public SubclassCreatorTemplate()
canProxy
public boolean canProxy(Class<?>... proxyClasses)
- 指定者:
- 接口
ProxyCreator 中的 canProxy - 覆盖:
- 类
CreatorTemplate 中的 canProxy
toInterfaces
protected static Class<?>[] toInterfaces(Class<?>[] proxyClasses)
getSuperclass
public static Class<?> getSuperclass(Class<?>[] proxyClasses)
Copyright © 2016 neoremind. All rights reserved.