public interface DozerEventListener
A DozerEvent object is passed into these callback methods which stores information about the ClassMap, FieldMap, Source object, destination object, and destination value. This will allow you to extend dozer and manipulate mapped objects at run-time.
Modifier and Type | Method and Description |
---|---|
void |
mappingFinished(DozerEvent event) |
void |
mappingStarted(DozerEvent event) |
void |
postWritingDestinationValue(DozerEvent event) |
void |
preWritingDestinationValue(DozerEvent event) |
void mappingStarted(DozerEvent event)
void preWritingDestinationValue(DozerEvent event)
void postWritingDestinationValue(DozerEvent event)
void mappingFinished(DozerEvent event)
Copyright © 2005-2014 dozer. All Rights Reserved.