public class ObjectFactoryWrapper extends Object implements ObjectFactory
| Constructor and Description |
|---|
ObjectFactoryWrapper(ObjectFactory objectFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Properties properties) |
void |
destroy() |
Object |
getBean(Class clazz) |
Object |
getBean(String name) |
public ObjectFactoryWrapper(ObjectFactory objectFactory)
public Object getBean(String name)
getBean in interface ObjectFactorypublic void configure(Properties properties)
configure in interface ObjectFactorypublic void destroy()
destroy in interface ObjectFactorypublic Object getBean(Class clazz)
getBean in interface ObjectFactoryCopyright © 2026 Brandao. All rights reserved.