See: Description
| Interface | Description |
|---|---|
| Event |
An Event triggered at a certain stage in the mapping process
|
| EventListener |
Event listener callback handler which if implemented allows listening to triggered events
while the
Mapper is processing. |
| EventManager |
Event manager is used by the
Mapper
to trigger EventListener it is handling, at different phases in the mapping process. |
| Class | Description |
|---|---|
| DefaultEvent |
Event details
|
| DefaultEventManager |
Event manager which simply fires to the corrasponding
EventListener |
| Enum | Description |
|---|---|
| EventTypes |
Event types which can be triggered
|
Copyright © 2005–2021 dozer. All rights reserved.