类 ResourceInjectionPointDependencyResolver

    • 构造器详细资料

      • ResourceInjectionPointDependencyResolver

        public ResourceInjectionPointDependencyResolver()
    • 方法详细资料

      • resolve

        public void resolve​(java.lang.reflect.Field field,
                            org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory,
                            java.util.Set<java.lang.String> dependentBeanNames)
        从接口复制的说明: InjectionPointDependencyResolver
        Resolve the bean names as the dependencies from the specified field
        指定者:
        resolve 在接口中 InjectionPointDependencyResolver
        覆盖:
        resolve 在类中 AbstractInjectionPointDependencyResolver
        参数:
        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)
        从接口复制的说明: InjectionPointDependencyResolver
        Resolve the bean names as the dependencies from the specified parameter
        指定者:
        resolve 在接口中 InjectionPointDependencyResolver
        覆盖:
        resolve 在类中 AbstractInjectionPointDependencyResolver
        参数:
        parameter - the specified parameter of a method or constructor was annotated by the annotation
        beanFactory - ConfigurableListableBeanFactory
        dependentBeanNames - the dependent bean names to be manipulated