public interface CustomConverter
In the Dozer mapping file(s), you can add some XML to tell Dozer to use a custom converter for certain class A and class B types. When a custom converter is specified for a class A and class B combination, Dozer will invoke the custom converter to perform the data mapping instead of the standard mapping logic.
https://dozermapper.github.io/gitbook/documentation/customconverter.html
| Modifier and Type | Method and Description |
|---|---|
Object |
convert(Object existingDestinationFieldValue,
Object sourceFieldValue,
Class<?> destinationClass,
Class<?> sourceClass) |
Copyright © 2005–2021 dozer. All rights reserved.