play.classloading.enhancers
类 LVEnhancer

java.lang.Object
  继承者 play.classloading.enhancers.Enhancer
      继承者 play.classloading.enhancers.LVEnhancer

public class LVEnhancer
extends Enhancer


嵌套类摘要
static class LVEnhancer.LVEnhancerRuntime
           
static class LVEnhancer.MethodExecution
           
 
从类 play.classloading.enhancers.Enhancer 继承的嵌套类/接口
Enhancer.ApplicationClassesClasspath
 
字段摘要
 
从类 play.classloading.enhancers.Enhancer 继承的字段
classPool
 
构造方法摘要
LVEnhancer()
           
 
方法摘要
static java.lang.Integer computeMethodHash(java.lang.Class<?>[] parameters)
           
static java.lang.Integer computeMethodHash(java.lang.String[] parameters)
           
 void enhanceThisClass(ApplicationClasses.ApplicationClass applicationClass)
          The magic happen here...
 
从类 play.classloading.enhancers.Enhancer 继承的方法
createAnnotation, createAnnotation, getAnnotations, getAnnotations, getAnnotations, hasAnnotation, hasAnnotation, hasAnnotation, makeClass, newClassPool
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

LVEnhancer

public LVEnhancer()
方法详细信息

enhanceThisClass

public void enhanceThisClass(ApplicationClasses.ApplicationClass applicationClass)
                      throws java.lang.Exception
从类 Enhancer 复制的描述
The magic happen here...

指定者:
Enhancer 中的 enhanceThisClass
抛出:
java.lang.Exception

computeMethodHash

public static java.lang.Integer computeMethodHash(java.lang.Class<?>[] parameters)

computeMethodHash

public static java.lang.Integer computeMethodHash(java.lang.String[] parameters)


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly