Class ResourceInjectionPointDependencyResolver

    • Constructor Detail

      • ResourceInjectionPointDependencyResolver

        public ResourceInjectionPointDependencyResolver()
    • Method Detail

      • resolve

        public void resolve​(java.lang.reflect.Field field,
                            org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory,
                            java.util.Set<java.lang.String> dependentBeanNames)
        Description copied from interface: InjectionPointDependencyResolver
        Resolve the bean names as the dependencies from the specified field
        Specified by:
        resolve in interface InjectionPointDependencyResolver
        Overrides:
        resolve in class AbstractInjectionPointDependencyResolver
        Parameters:
        field - the field may be an injection point
        beanFactory - ConfigurableListableBeanFactory
        dependentBeanNames - the dependent bean names to be manipulated
      • resolve

        public void resolve​(java.lang.reflect.Parameter parameter,
                            org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory,
                            java.util.Set<java.lang.String> dependentBeanNames)
        Description copied from interface: InjectionPointDependencyResolver
        Resolve the bean names as the dependencies from the specified parameter
        Specified by:
        resolve in interface InjectionPointDependencyResolver
        Overrides:
        resolve in class AbstractInjectionPointDependencyResolver
        Parameters:
        parameter - the specified parameter of a method or constructor was annotated by the annotation
        beanFactory - ConfigurableListableBeanFactory
        dependentBeanNames - the dependent bean names to be manipulated