public interface TargetSourceCreator
AbstractAutoProxyCreator can support a number of TargetSourceCreators, which will be applied in order.
Modifier and Type | Method and Description |
---|---|
TargetSource |
getTargetSource(java.lang.Class<?> beanClass,
java.lang.String beanName)
Create a special TargetSource for the given bean, if any.
|
TargetSource getTargetSource(java.lang.Class<?> beanClass, java.lang.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