public interface EventListener
Mapper is processing.
See: https://dozermapper.github.io/gitbook/documentation/events.html
| Modifier and Type | Method and Description |
|---|---|
void |
onMappingFinished(Event event)
Triggered when
Mapper has finished |
void |
onMappingStarted(Event event)
Triggered when
Mapper has started |
void |
onPostWritingDestinationValue(Event event)
Triggered when
Mapper has written the destination value |
void |
onPreWritingDestinationValue(Event event)
Triggered when
Mapper is about to write the destination value |
void onMappingStarted(Event event)
Mapper has startedevent - event detailsvoid onPreWritingDestinationValue(Event event)
Mapper is about to write the destination valueevent - event detailsvoid onPostWritingDestinationValue(Event event)
Mapper has written the destination valueevent - event detailsCopyright © 2005–2021 dozer. All rights reserved.