MCPcopy Index your code
hub / github.com/DozerMapper/dozer / map

Method map

core/src/main/java/com/github/dozermapper/core/Mapper.java:34–34  ·  view source on GitHub ↗

Constructs new instance of destinationClass and performs mapping between from source @param source object to convert from @param destinationClass type to convert to @param type to convert to @return mapped object @throws MappingException mapping failure

(Object source, Class<T> destinationClass)

Source from the content-addressed store, hash-verified

32 * @throws MappingException mapping failure
33 */
34 <T> T map(Object source, Class<T> destinationClass) throws MappingException;
35
36 /**
37 * Performs mapping between source and destination objects

Implementers 2

DozerBeanMappercore/src/main/java/com/github/dozermap
MappingProcessorcore/src/main/java/com/github/dozermap

Calls

no outgoing calls