|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fedict.eid.applet.service.dto.DTOMapper
public class DTOMapper
Data Transfer Object Mapper.
Constructor Summary | |
---|---|
DTOMapper()
|
Method Summary | ||
---|---|---|
|
map(java.lang.Object from,
java.lang.Class<T> toClass)
Maps an object to an object of the given class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DTOMapper()
Method Detail |
---|
public <T> T map(java.lang.Object from, java.lang.Class<T> toClass)
T
- the type of the class to map to.from
- the object to map from.toClass
- the class to map to.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |