Uses of Interface
org.springframework.beans.factory.config.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.This package builds on the beans package to add support for
message sources and for the Observer design pattern, and the
ability for application objects to obtain resources using a
consistent API.
Classes supporting the org.springframework.context package,
such as abstract base classes for ApplicationContext
implementations and a MessageSource implementation.
Provides HttpMessageConverter implementations for handling JSON.
Support classes for integrating a JSR-303 Bean Validation provider
(such as Hibernate Validator) into a Spring ApplicationContext
and in particular with Spring's data binding and validation APIs.
-
Uses of AutowireCapableBeanFactory in org.springframework.beans.factory.annotation
Modifier and TypeMethodDescriptionstatic Object
ParameterResolutionDelegate.resolveDependency
(Parameter parameter, int parameterIndex, Class<?> containingClass, AutowireCapableBeanFactory beanFactory) Resolve the dependency for the suppliedParameter
from the suppliedAutowireCapableBeanFactory
. -
Uses of AutowireCapableBeanFactory in org.springframework.beans.factory.config
Modifier and TypeInterfaceDescriptioninterface
Configuration interface to be implemented by most listable bean factories. -
Uses of AutowireCapableBeanFactory in org.springframework.beans.factory.support
Modifier and TypeClassDescriptionclass
Abstract bean factory superclass that implements default bean creation, with the full capabilities specified by theRootBeanDefinition
class.class
Spring's default implementation of theConfigurableListableBeanFactory
andBeanDefinitionRegistry
interfaces: a full-fledged bean factory based on bean definition metadata, extensible through post-processors. -
Uses of AutowireCapableBeanFactory in org.springframework.context
Modifier and TypeMethodDescriptionApplicationContext.getAutowireCapableBeanFactory()
Expose AutowireCapableBeanFactory functionality for this context. -
Uses of AutowireCapableBeanFactory in org.springframework.context.support
Modifier and TypeMethodDescriptionAbstractApplicationContext.getAutowireCapableBeanFactory()
Return this context's internal bean factory as AutowireCapableBeanFactory, if already available.GenericApplicationContext.getAutowireCapableBeanFactory()
-
Uses of AutowireCapableBeanFactory in org.springframework.http.converter.json
ModifierConstructorDescriptionSpringHandlerInstantiator
(AutowireCapableBeanFactory beanFactory) Create a new SpringHandlerInstantiator for the given BeanFactory. -
Uses of AutowireCapableBeanFactory in org.springframework.validation.beanvalidation
ModifierConstructorDescriptionCreate a new SpringConstraintValidatorFactory for the given BeanFactory.