Uses of Interface
org.springframework.beans.factory.config.AutowireCapableBeanFactory
Packages that use AutowireCapableBeanFactory
Package
Description
Support package for annotation-driven bean configuration.
SPI interfaces and configuration-related convenience classes for bean factories.
Classes supporting the
org.springframework.beans.factory package.-
Uses of AutowireCapableBeanFactory in org.springframework.beans.factory.annotation
Methods in org.springframework.beans.factory.annotation with parameters of type AutowireCapableBeanFactoryModifier and TypeMethodDescriptionstatic ObjectParameterResolutionDelegate.resolveDependency(Parameter parameter, int parameterIndex, Class<?> containingClass, AutowireCapableBeanFactory beanFactory) Resolve the dependency for the suppliedParameterfrom the suppliedAutowireCapableBeanFactory. -
Uses of AutowireCapableBeanFactory in org.springframework.beans.factory.config
Subinterfaces of AutowireCapableBeanFactory in org.springframework.beans.factory.configModifier and TypeInterfaceDescriptioninterfaceConfiguration interface to be implemented by most listable bean factories. -
Uses of AutowireCapableBeanFactory in org.springframework.beans.factory.support
Classes in org.springframework.beans.factory.support that implement AutowireCapableBeanFactoryModifier and TypeClassDescriptionclassAbstract bean factory superclass that implements default bean creation, with the full capabilities specified by theRootBeanDefinitionclass.classSpring's default implementation of theConfigurableListableBeanFactoryandBeanDefinitionRegistryinterfaces: a full-fledged bean factory based on bean definition metadata, extensible through post-processors.