Uses of Interface
com.github.dozermapper.core.events.Event
-
Packages that use Event Package Description com.github.dozermapper.core.events Event management fired internally by the mapper which can be listened to and acted upon -
-
Uses of Event in com.github.dozermapper.core.events
Classes in com.github.dozermapper.core.events that implement Event Modifier and Type Class Description classDefaultEventEvent detailsMethods in com.github.dozermapper.core.events with parameters of type Event Modifier and Type Method Description voidDefaultEventManager. on(Event event)Event to triggervoidEventManager. on(Event event)Event to triggervoidEventListener. onMappingFinished(Event event)Triggered whenMapperhas finishedvoidEventListener. onMappingStarted(Event event)Triggered whenMapperhas startedvoidEventListener. onPostWritingDestinationValue(Event event)Triggered whenMapperhas written the destination valuevoidEventListener. onPreWritingDestinationValue(Event event)Triggered whenMapperis about to write the destination value
-