public interface BeanFactory
Your custom bean factory must implement the org.dozer.BeanFactory interface.
Note: By default the Dozer mapping engine will use the destination object class name for the bean id when invoking the factory.
http://dozer.sourceforge.net/documentation/custombeanfactories.html
Modifier and Type | Method and Description |
---|---|
Object |
createBean(Object source,
Class<?> sourceClass,
String targetBeanId) |
Copyright © 2005-2014 dozer. All Rights Reserved.