Interface TargetSourceCreator

    • Method Detail

      • getTargetSource

        TargetSource getTargetSource​(Class<?> beanClass,
                                     String beanName)
        Create a special TargetSource for the given bean, if any.
        Parameters:
        beanClass - the class of the bean to create a TargetSource for
        beanName - the name of the bean
        Returns:
        a special TargetSource or null if this TargetSourceCreator isn't interested in the particular bean