public interface Event
| 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
|
EventTypes getType()
ClassMap getClassMap()
FieldMap getFieldMap()
Object getSourceObject()
Object getDestinationObject()
Object getDestinationValue()
Copyright © 2005–2021 dozer. All rights reserved.