public interface CustomFieldMapper
If a custom field mapper is specified, Dozer will invoke this class when performing all field mappings. If false is returned from the call to mapField(), then the field will be subsequently mapped by Dozer as normal.
Modifier and Type | Method and Description |
---|---|
boolean |
mapField(Object source,
Object destination,
Object sourceFieldValue,
ClassMap classMap,
FieldMap fieldMapping) |
Copyright © 2005–2019 dozer. All rights reserved.