public class DynamicMapperImpl implements Mapper(Code)
Implementation of the Mapper based on class reflection.
Use of this class makes sense when the Persistent Objects and the correponding
POJO beans are close in structure. If their structure is the same this class
will perform the conversion based on Persistent Objects/POJO beans map (see the map() method).
See Also:Mapper author: Gennady Krizhevsky
Registers handler to overrride the default value mapping from POJO bean to PO.
See Also:ValueHandler Parameters: valuePath - value path Parameters: valueHandler - value handler
Registers handler to overrride the default value mapping from PO to POJO bean.
See Also:ValueHandler Parameters: valuePath - value path Parameters: valueHandler - value handler