Package com.github.dozermapper.core.events
Event management fired internally by the mapper which can be listened to and acted upon
-
Interface Summary Interface Description Event An Event triggered at a certain stage in the mapping processEventListener Event listener callback handler which if implemented allows listening to triggered events while theMapperis processing.EventManager Event manager is used by theMapperto triggerEventListenerit is handling, at different phases in the mapping process. -
Class Summary Class Description DefaultEvent Event detailsDefaultEventManager Event manager which simply fires to the corraspondingEventListener -
Enum Summary Enum Description EventTypes Event types which can be triggered