| Package | Description |
|---|---|
| net.sf.juffrou.reflect | |
| net.sf.juffrou.reflect.internal |
| Modifier and Type | Method and Description |
|---|---|
JuffrouBeanWrapper |
BeanWrapperFactory.getBeanWrapper(Class clazz)
Construct a bean wrapper around a class.
|
JuffrouBeanWrapper |
CustomizableBeanWrapperFactory.getBeanWrapper(Class clazz)
Construct a bean wrapper around a class.
|
JuffrouBeanWrapper |
DefaultBeanWrapperFactory.getBeanWrapper(Class clazz)
Construct a bean wrapper around a class.
|
JuffrouBeanWrapper |
BeanWrapperFactory.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 |
DefaultBeanWrapperFactory.getBeanWrapper(Object instance)
Construct a bean wrapper around an existing bean instance.
|
JuffrouBeanWrapper |
JuffrouBeanWrapper.getNestedWrapper(String thisProperty)
Obtains the BeanWrapper that corresponds to the bean instance of this property type.
|
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) |
| Modifier and Type | Method and Description |
|---|---|
Object |
BeanFieldHandler.getValue(JuffrouBeanWrapper bw) |
void |
BeanFieldHandler.setValue(JuffrouBeanWrapper bw,
Object value) |
void |
BeanFieldHandler.setValueIfBeanField(JuffrouBeanWrapper bw,
Object value) |
Copyright © 2011-2013. All Rights Reserved.