|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.omap.AbstractObjectMapper
| Constructor Summary | |
AbstractObjectMapper(MappingExpert expert)
|
|
| Method Summary | |
java.lang.Object |
map(java.lang.String category,
java.lang.Object o)
Maps the given object. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sf.omap.ObjectMapper |
getDefinition, map |
| Constructor Detail |
public AbstractObjectMapper(MappingExpert expert)
| Method Detail |
public java.lang.Object map(java.lang.String category,
java.lang.Object o)
ObjectMapper
If the mapper needs to find another mapper, it will search a mapper that
belongs to the given category
map in interface ObjectMappercategory - the category in which to search for the registered mapperso - the object to map
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||