| Constructor and Description |
|---|
DefaultEvent(EventTypes type,
ClassMap classMap,
FieldMap fieldMap,
Object sourceObject,
Object destinationObject,
Object destinationValue)
Event details
|
| Modifier and Type | Method and Description |
|---|---|
ClassMap |
getClassMap()
Returns the classmap being used by mapper
|
Object |
getDestinationObject()
Returns destination being mapped
|
Object |
getDestinationValue()
Returns destination value being mapped
|
FieldMap |
getFieldMap()
Returns the fieldmap being used by mapper
|
Object |
getSourceObject()
Returns the source being mapped
|
EventTypes |
getType()
Returns the type of event
|
String |
toString() |
public DefaultEvent(EventTypes type, ClassMap classMap, FieldMap fieldMap, Object sourceObject, Object destinationObject, Object destinationValue)
type - type of eventclassMap - classmap being used by mapperfieldMap - fieldMap being used by mappersourceObject - source being mappeddestinationObject - destination being mappeddestinationValue - destination value being mappedpublic EventTypes getType()
public ClassMap getClassMap()
getClassMap in interface Eventpublic FieldMap getFieldMap()
getFieldMap in interface Eventpublic Object getSourceObject()
getSourceObject in interface Eventpublic Object getDestinationObject()
getDestinationObject in interface Eventpublic Object getDestinationValue()
getDestinationValue in interface EventCopyright © 2005–2021 dozer. All rights reserved.