public class JAXBBeanFactory extends Object implements BeanFactory
| Constructor and Description |
|---|
JAXBBeanFactory() |
| Modifier and Type | Method and Description |
|---|---|
Object |
createBean(Object srcObj,
Class<?> srcObjClass,
String beanId)
Create a bean implementation of a jaxb interface.
|
public Object createBean(Object srcObj, Class<?> srcObjClass, String beanId)
createBean in interface BeanFactorysrcObj - The source objectsrcObjClass - The source object classbeanId - the name of the destination interface classCopyright © 2005-2014 dozer. All Rights Reserved.