| Package | Description |
|---|---|
| net.sf.juffrou.reflect |
| Class and Description |
|---|
| BeanContextBuilder
Used by the
JuffrouBeanWrapper to created contexts for its nested bean wrappers.Implement this interface if you want bean contexts to hold more bean metadata than the one used by bean wrapper. |
| BeanInstanceBuilder
Used by the
BeanWrapperContext.newBeanInstance() to instantiate the wrapped bean when necessary.Implement this interface and BeanWrapperContext#setBeanInstanceCreator(BeanInstanceCreator) to handle
bean instatiation. |
| BeanWrapperContext
Holds introspection information for a java bean class.
|
| BeanWrapperFactory |
| CustomizableBeanWrapperFactory
This class is responsible for creating and caching BeanWrapperContexts.
|
| JuffrouBeanWrapper
Bean handling through property names.
|
Copyright © 2011-2013. All Rights Reserved.