public class CglibSubclassingInstantiationStrategy extends SimpleInstantiationStrategy
| Constructor and Description |
|---|
CglibSubclassingInstantiationStrategy() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
instantiateWithMethodInjection(RootBeanDefinition beanDefinition,
java.lang.String beanName,
BeanFactory owner)
Subclasses can override this method, which is implemented to throw
UnsupportedOperationException, if they can instantiate an object with
the Method Injection specified in the given RootBeanDefinition.
|
protected java.lang.Object |
instantiateWithMethodInjection(RootBeanDefinition beanDefinition,
java.lang.String beanName,
BeanFactory owner,
java.lang.reflect.Constructor ctor,
java.lang.Object[] args)
Subclasses can override this method, which is implemented to throw
UnsupportedOperationException, if they can instantiate an object with
the Method Injection specified in the given RootBeanDefinition.
|
getCurrentlyInvokedFactoryMethod, instantiate, instantiate, instantiatepublic CglibSubclassingInstantiationStrategy()
protected java.lang.Object instantiateWithMethodInjection(RootBeanDefinition beanDefinition, java.lang.String beanName, BeanFactory owner)
SimpleInstantiationStrategyinstantiateWithMethodInjection in class SimpleInstantiationStrategyprotected java.lang.Object instantiateWithMethodInjection(RootBeanDefinition beanDefinition, java.lang.String beanName, BeanFactory owner, java.lang.reflect.Constructor ctor, java.lang.Object[] args)
SimpleInstantiationStrategyinstantiateWithMethodInjection in class SimpleInstantiationStrategy