public class DozerEvent extends Object
Constructor and Description |
---|
DozerEvent(DozerEventType type,
ClassMap classMap,
FieldMap fieldMap,
Object sourceObject,
Object destinationObject,
Object destinationValue) |
Modifier and Type | Method and Description |
---|---|
ClassMap |
getClassMap() |
Object |
getDestinationObject() |
Object |
getDestinationValue() |
FieldMap |
getFieldMap() |
Object |
getSourceObject() |
DozerEventType |
getType() |
String |
toString() |
Copyright © 2005-2014 dozer. All Rights Reserved.