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