| Interface | Description |
|---|---|
| BeanContextCreator<T extends BeanWrapperContext> |
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. |
| BeanInstanceCreator |
Used by the
BeanWrapperContext.newBeanInstance() to instantiate the wrapped bean when necessary.Implement this interface and BeanWrapperContext.setBeanInstanceCreator(BeanInstanceCreator) to handle
bean instatiation. |
| Class | Description |
|---|---|
| BeanConverter<T1,T2> |
Utility class to convert between two beans
|
| BeanWrapper |
Bean handling through property names.
|
| BeanWrapperContext |
Holds metadata and preferences for a BeanWrapper.
|
| ReflectionUtil |
Utility methods to provide information over generic types.
|
Copyright © 2011-2013. All Rights Reserved.