play.classloading.enhancers
类 SigEnhancer

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

public class SigEnhancer
extends Enhancer

Compute a unique hash for the class signature.


嵌套类摘要
 
从类 play.classloading.enhancers.Enhancer 继承的嵌套类/接口
Enhancer.ApplicationClassesClasspath
 
字段摘要
 
从类 play.classloading.enhancers.Enhancer 继承的字段
classPool
 
构造方法摘要
SigEnhancer()
           
 
方法摘要
 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
 

构造方法详细信息

SigEnhancer

public SigEnhancer()
方法详细信息

enhanceThisClass

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

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


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