play.classloading.enhancers
Class PropertiesEnhancer

java.lang.Object
  extended by play.classloading.enhancers.Enhancer
      extended by play.classloading.enhancers.PropertiesEnhancer

public class PropertiesEnhancer
extends Enhancer

Generate valid JavaBeans.


Nested Class Summary
static class PropertiesEnhancer.FieldAccessor
          Runtime part.
static interface PropertiesEnhancer.PlayPropertyAccessor
           
 
Nested classes/interfaces inherited from class play.classloading.enhancers.Enhancer
Enhancer.ApplicationClassesClasspath
 
Field Summary
 
Fields inherited from class play.classloading.enhancers.Enhancer
classPool
 
Constructor Summary
PropertiesEnhancer()
           
 
Method Summary
 void enhanceThisClass(ApplicationClasses.ApplicationClass applicationClass)
          The magic happen here...
 
Methods inherited from class play.classloading.enhancers.Enhancer
createAnnotation, createAnnotation, getAnnotations, getAnnotations, getAnnotations, hasAnnotation, hasAnnotation, makeClass, newClassPool
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesEnhancer

public PropertiesEnhancer()
Method Detail

enhanceThisClass

public void enhanceThisClass(ApplicationClasses.ApplicationClass applicationClass)
                      throws java.lang.Exception
Description copied from class: Enhancer
The magic happen here...

Specified by:
enhanceThisClass in class Enhancer
Throws:
java.lang.Exception


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