|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjodd.bean.loaders.MapLoader
Populate java bean using objects that are implementation of Map interface.
Properties in Map object are defined as follows: each key of Map object is a string the represents a bean property name and keys value is an object that represents bean property value.
Constructor Summary | |
MapLoader()
|
Method Summary | |
void |
load(java.lang.Object bean,
java.lang.Object map)
Loads values from given object into the bean. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MapLoader()
Method Detail |
public void load(java.lang.Object bean, java.lang.Object map)
Loader
load
in interface Loader
bean
- bean to populatemap
- object to populate from
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |