public class XMLBeanFactory extends Object implements BeanFactory
| Constructor and Description |
|---|
XMLBeanFactory() |
| Modifier and Type | Method and Description |
|---|---|
Object |
createBean(Object srcObj,
Class<?> srcObjClass,
String beanId,
BeanContainer beanContainer)
Creat a bean implementation of a xml bean interface.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateBeanpublic Object createBean(Object srcObj, Class<?> srcObjClass, String beanId, BeanContainer beanContainer)
createBean in interface BeanFactorysrcObj - The source objectsrcObjClass - The source object classbeanId - the name of the destination interface classCopyright © 2005–2021 dozer. All rights reserved.