Package | Description |
---|---|
org.springframework.aop.framework.autoproxy.target | |
org.springframework.aop.scope |
Support for AOP-based scoping of target objects, with configurable backend.
|
org.springframework.beans.factory.config |
SPI interfaces and configuration-related convenience classes for bean factories.
|
org.springframework.beans.factory.support |
Classes supporting the
org.springframework.beans.factory package. |
org.springframework.beans.factory.xml |
Contains an abstract XML-based
BeanFactory implementation,
including a standard "spring-beans" XSD. |
org.springframework.context.support |
Classes supporting the org.springframework.context package,
such as abstract base classes for ApplicationContext
implementations and a MessageSource implementation.
|
org.springframework.messaging.handler.annotation.support |
Support classes for working with annotated message-handling methods.
|
org.springframework.web.method.annotation |
Support classes for annotation-based handler method processing.
|
org.springframework.web.reactive.result.method.annotation |
Infrastructure for annotation-based handler method processing.
|
org.springframework.web.servlet.mvc.method.annotation |
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation package. |
Modifier and Type | Method and Description |
---|---|
protected DefaultListableBeanFactory |
AbstractBeanFactoryBasedTargetSourceCreator.buildInternalBeanFactory(ConfigurableBeanFactory containingFactory)
Build an internal BeanFactory for resolving target beans.
|
Constructor and Description |
---|
DefaultScopedObject(ConfigurableBeanFactory beanFactory,
String targetBeanName)
Creates a new instance of the
DefaultScopedObject class. |
Modifier and Type | Interface and Description |
---|---|
interface |
ConfigurableListableBeanFactory
Configuration interface to be implemented by most listable bean factories.
|
Modifier and Type | Method and Description |
---|---|
ConfigurableBeanFactory |
BeanExpressionContext.getBeanFactory() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurableBeanFactory.copyConfigurationFrom(ConfigurableBeanFactory otherFactory)
Copy all relevant configuration from the given other factory.
|
Constructor and Description |
---|
BeanExpressionContext(ConfigurableBeanFactory beanFactory,
Scope scope) |
EmbeddedValueResolver(ConfigurableBeanFactory beanFactory) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAutowireCapableBeanFactory
Abstract bean factory superclass that implements default bean creation,
with the full capabilities specified by the
RootBeanDefinition class. |
class |
AbstractBeanFactory
Abstract base class for
BeanFactory
implementations, providing the full capabilities of the
ConfigurableBeanFactory SPI. |
class |
DefaultListableBeanFactory
Spring's default implementation of the
ConfigurableListableBeanFactory
and BeanDefinitionRegistry interfaces: a full-fledged bean factory
based on bean definition metadata, extensible through post-processors. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractAutowireCapableBeanFactory.copyConfigurationFrom(ConfigurableBeanFactory otherFactory) |
void |
AbstractBeanFactory.copyConfigurationFrom(ConfigurableBeanFactory otherFactory) |
void |
DefaultListableBeanFactory.copyConfigurationFrom(ConfigurableBeanFactory otherFactory) |
Modifier and Type | Class and Description |
---|---|
class |
XmlBeanFactory
Deprecated.
as of Spring 3.1 in favor of
DefaultListableBeanFactory and
XmlBeanDefinitionReader |
Modifier and Type | Method and Description |
---|---|
protected boolean |
LiveBeansView.isBeanEligible(String beanName,
BeanDefinition bd,
ConfigurableBeanFactory bf)
Determine whether the specified bean is eligible for inclusion in the
LiveBeansView JSON snapshot.
|
Constructor and Description |
---|
AbstractNamedValueMethodArgumentResolver(ConversionService cs,
ConfigurableBeanFactory beanFactory)
Constructor with a
ConversionService and a BeanFactory . |
HeaderMethodArgumentResolver(ConversionService cs,
ConfigurableBeanFactory beanFactory) |
Constructor and Description |
---|
AbstractCookieValueMethodArgumentResolver(ConfigurableBeanFactory beanFactory)
Crate a new
AbstractCookieValueMethodArgumentResolver instance. |
AbstractNamedValueMethodArgumentResolver(ConfigurableBeanFactory beanFactory)
Create a new
AbstractNamedValueMethodArgumentResolver instance. |
ExpressionValueMethodArgumentResolver(ConfigurableBeanFactory beanFactory)
Create a new
ExpressionValueMethodArgumentResolver instance. |
RequestHeaderMethodArgumentResolver(ConfigurableBeanFactory beanFactory)
Create a new
RequestHeaderMethodArgumentResolver instance. |
RequestParamMethodArgumentResolver(ConfigurableBeanFactory beanFactory,
boolean useDefaultResolution)
Create a new
RequestParamMethodArgumentResolver instance. |
Modifier and Type | Method and Description |
---|---|
protected ConfigurableBeanFactory |
RequestMappingHandlerAdapter.getBeanFactory()
Return the owning factory of this bean instance, or
null if none. |
Constructor and Description |
---|
ServletCookieValueMethodArgumentResolver(ConfigurableBeanFactory beanFactory) |