public interface SpringFactory
| Modifier and Type | Method and Description |
|---|---|
Object |
newBean(String className) |
Object |
newBean(String className,
Map<String,Object> properties) |
Object newBean(String className)
throws SpringFactoryException
SpringFactoryExceptionObject newBean(String className,
Map<String,Object> properties)
throws SpringFactoryException
SpringFactoryException