| Package | Description |
|---|---|
| com.github.dozermapper.core.events |
Event management fired internally by the mapper which can be listened to and acted upon
|
| Modifier and Type | Method and Description |
|---|---|
EventTypes |
DefaultEvent.getType()
Returns the type of event
|
EventTypes |
Event.getType()
Returns the type of event
|
static EventTypes |
EventTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventTypes[] |
EventTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DefaultEvent(EventTypes type,
ClassMap classMap,
FieldMap fieldMap,
Object sourceObject,
Object destinationObject,
Object destinationValue)
Event details
|
Copyright © 2005–2021 dozer. All rights reserved.