play.classloading.enhancers
类 ContinuationEnhancer

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

public class ContinuationEnhancer
extends Enhancer


嵌套类摘要
 
从类 play.classloading.enhancers.Enhancer 继承的嵌套类/接口
Enhancer.ApplicationClassesClasspath
 
字段摘要
 
从类 play.classloading.enhancers.Enhancer 继承的字段
classPool
 
构造方法摘要
ContinuationEnhancer()
           
 
方法摘要
 void enhanceThisClass(ApplicationClasses.ApplicationClass applicationClass)
          The magic happen here...
static boolean isEnhanced(java.lang.String appClassName)
           
 
从类 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
 

构造方法详细信息

ContinuationEnhancer

public ContinuationEnhancer()
方法详细信息

isEnhanced

public static boolean isEnhanced(java.lang.String appClassName)

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