Removed Methods |
void registerPrototype(String, Class)
|
Register a prototype bean with the underlying bean factory. |
void registerPrototype(String, Class, MutablePropertyValues)
|
Register a prototype bean with the underlying bean factory. |
void registerSingleton(String, Class)
|
Register a singleton bean with the underlying bean factory. |
void registerSingleton(String, Class, MutablePropertyValues)
|
Register a singleton bean with the underlying bean factory. |
Added Methods |
void assertBeanFactoryActive()
|
Overridden to turn it into a no-op, to be more lenient towards test cases. |
void registerPrototype(String, Class<?>)
|
Register a prototype bean with the underlying bean factory. |
void registerPrototype(String, Class<?>, MutablePropertyValues)
|
Register a prototype bean with the underlying bean factory. |
void registerSingleton(String, Class<?>)
|
Register a singleton bean with the underlying bean factory. |
void registerSingleton(String, Class<?>, MutablePropertyValues)
|
Register a singleton bean with the underlying bean factory. |