Public custom field mapper interface. A custom field mapper should only be used in very rare and unusual cases because it is invoked for ALL field mappings. For custom mappings of particular fields, using a CustomConverter is a much better choice.
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.
@author Gerard Toonstra
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.