Package play.classloading.enhancers
Class PropertiesEnhancer
- java.lang.Object
-
- play.classloading.enhancers.Enhancer
-
- play.classloading.enhancers.PropertiesEnhancer
-
public class PropertiesEnhancer extends Enhancer
Generate valid JavaBeans.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PropertiesEnhancer.FieldAccessor
Runtime part.static interface
PropertiesEnhancer.PlayPropertyAccessor
-
Nested classes/interfaces inherited from class play.classloading.enhancers.Enhancer
Enhancer.ApplicationClassesClasspath
-
-
Constructor Summary
Constructors Constructor Description PropertiesEnhancer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
enhanceThisClass(ApplicationClasses.ApplicationClass applicationClass)
The magic happen here...-
Methods inherited from class play.classloading.enhancers.Enhancer
createAnnotation, createAnnotation, getAnnotations, getAnnotations, getAnnotations, hasAnnotation, hasAnnotation, hasAnnotation, makeClass, newClassPool
-
-
-
-
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 classEnhancer
- Parameters:
applicationClass
- The application class to construct- Throws:
java.lang.Exception
- if problem occurred during construction
-
-