| Package | Description |
|---|---|
| org.dozer.event |
| Modifier and Type | Method and Description |
|---|---|
DozerEventType |
DozerEvent.getType() |
static DozerEventType |
DozerEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DozerEventType[] |
DozerEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DozerEvent(DozerEventType type,
ClassMap classMap,
FieldMap fieldMap,
Object sourceObject,
Object destinationObject,
Object destinationValue) |
Copyright © 2005-2014 dozer. All Rights Reserved.