| Package | Description |
|---|---|
| net.sf.juffrou.util.reflect | |
| net.sf.juffrou.util.reflect.internal |
| Class and Description |
|---|
| BeanContextBuilder
Used by the
BeanWrapper 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. |
| BeanWrapper
Bean handling through property names.
|
| BeanWrapperContext
Holds introspection information for a java bean class.
|
| BeanWrapperFactory
This class is responsible for creating and caching BeanWrapperContexts.
|
| Class and Description |
|---|
| BeanWrapper
Bean handling through property names.
|
| BeanWrapperContext
Holds introspection information for a java bean class.
|
Copyright © 2011-2013. All Rights Reserved.