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