public class NotificationDTOMapperEventListener
extends java.lang.Object
implements org.dozer.DozerEventListener
| Constructor and Description |
|---|
NotificationDTOMapperEventListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
mappingFinished(org.dozer.event.DozerEvent event) |
void |
mappingStarted(org.dozer.event.DozerEvent event) |
void |
postWritingDestinationValue(org.dozer.event.DozerEvent event) |
void |
preWritingDestinationValue(org.dozer.event.DozerEvent event) |
void |
setPostProcessorMap(java.util.Map<java.lang.Class<?>,IMappedClassPostProcessor<?,?>> map) |
public void setPostProcessorMap(java.util.Map<java.lang.Class<?>,IMappedClassPostProcessor<?,?>> map)
public void mappingStarted(org.dozer.event.DozerEvent event)
mappingStarted in interface org.dozer.DozerEventListenerpublic void preWritingDestinationValue(org.dozer.event.DozerEvent event)
preWritingDestinationValue in interface org.dozer.DozerEventListenerpublic void postWritingDestinationValue(org.dozer.event.DozerEvent event)
postWritingDestinationValue in interface org.dozer.DozerEventListenerpublic void mappingFinished(org.dozer.event.DozerEvent event)
mappingFinished in interface org.dozer.DozerEventListener