| Package | Description |
|---|---|
| net.sf.juffrou.reflect |
| Modifier and Type | Method and Description |
|---|---|
JuffrouBeanWrapper |
DefaultBeanWrapperFactory.getBeanWrapper(Class clazz)
Construct a bean wrapper around a class.
|
JuffrouBeanWrapper |
CustomizableBeanWrapperFactory.getBeanWrapper(Class clazz)
Construct a bean wrapper around a class.
|
JuffrouBeanWrapper |
BeanWrapperFactory.getBeanWrapper(Class clazz)
Construct a bean wrapper around a class.
|
JuffrouBeanWrapper |
DefaultBeanWrapperFactory.getBeanWrapper(Object instance)
Construct a bean wrapper around an existing bean instance.
|
JuffrouBeanWrapper |
CustomizableBeanWrapperFactory.getBeanWrapper(Object instance)
Construct a bean wrapper around an existing bean instance.
|
JuffrouBeanWrapper |
BeanWrapperFactory.getBeanWrapper(Object instance)
Construct a bean wrapper around an existing bean instance.
|
JuffrouBeanWrapper |
JuffrouBeanWrapper.getLocalNestedWrapper(String thisProperty)
Obtains the BeanWrapper that corresponds to the bean instance of this property type.
|
JuffrouBeanWrapper |
JuffrouBeanWrapper.getNestedWrapper(String propertyName)
Obtains the JuffrouBeanWrapper corresponding to the bean referred by propertyName.
|
protected JuffrouBeanWrapper |
JuffrouBeanWrapper.getParentBeanWrapper() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,JuffrouBeanWrapper> |
JuffrouBeanWrapper.getNestedWrappers()
Returns all the nested bean wrappers that have been created inside this bean wrapper.
Nested bean wrappers are created when you access a nested property (i.e. |
| Constructor and Description |
|---|
JuffrouBeanWrapper(BeanWrapperContext context,
JuffrouBeanWrapper parentBeanWrapper,
String parentBeanProperty) |
Copyright © 2011-2014 Carlos Martins. All Rights Reserved.