public class MapBeanLoader extends BaseBeanLoader
Map.
For each key of Map, it's toString method
is called to get property name.
ignoreNulls| Constructor and Description |
|---|
MapBeanLoader() |
| Modifier and Type | Method and Description |
|---|---|
void |
load(java.lang.Object bean,
java.lang.Object source)
Loads values from given source into the destination bean.
|
getBeanUtilBean, setBeanUtilBean, setPropertypublic void load(java.lang.Object bean,
java.lang.Object source)
BeanLoaderbean - destination instance that will be populatedsource - object to populate fromCopyright © 2003-2013 Jodd Team