public interface TargetSourceCreator
AbstractAutoProxyCreator can support a number of TargetSourceCreators, which will be applied in order.
Modifier and Type | Method and Description |
---|---|
TargetSource |
getTargetSource(Class<?> beanClass,
String beanName)
Create a special TargetSource for the given bean, if any.
|
TargetSource getTargetSource(Class<?> beanClass, String beanName)
beanClass
- the class of the bean to create a TargetSource forbeanName
- the name of the beannull
if this TargetSourceCreator isn't
interested in the particular bean