net.neoremind.dynamicproxy.template
类 GeneratorTemplate

java.lang.Object
  继承者 net.neoremind.dynamicproxy.template.GeneratorTemplate
所有已实现的接口:
ClassGenerator

public abstract class GeneratorTemplate
extends Object
implements ClassGenerator

作者:
zhangxu

构造方法摘要
GeneratorTemplate()
           
 
方法摘要
static Method[] getImplementationMethods(Class<?>[] proxyClasses)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
从接口 net.neoremind.dynamicproxy.template.ClassGenerator 继承的方法
generateProxyClass
 

构造方法详细信息

GeneratorTemplate

public GeneratorTemplate()
方法详细信息

getImplementationMethods

public static Method[] getImplementationMethods(Class<?>[] proxyClasses)


Copyright © 2016 neoremind. All rights reserved.