Uses of Package
org.springframework.beans.factory.parsing
Package
Description
Support package for declarative AOP configuration,
with XML schema being the primary configuration format.
Support infrastructure for bean definition parsing.
Contains an abstract XML-based
BeanFactory
implementation,
including a standard "spring-beans" XSD.Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
-
ClassDescriptionBase implementation of
ComponentDefinition
that provides a basic implementation ofAbstractComponentDefinition.getDescription()
which delegates toComponentDefinition.getName()
.Interface that describes the logical view of a set ofBeanDefinitions
andBeanReferences
as presented in some configuration context.ComponentDefinition
implementation that holds one or more nestedComponentDefinition
instances, aggregating them into a named group of components.Marker interface for entries into theParseState
. -
ClassDescriptionBase implementation of
ComponentDefinition
that provides a basic implementation ofAbstractComponentDefinition.getDescription()
which delegates toComponentDefinition.getName()
.Representation of an alias that has been registered during the parsing process.Interface that describes the logical view of a set ofBeanDefinitions
andBeanReferences
as presented in some configuration context.Marker interface for a defaults definition, extending BeanMetadataElement to inherit source exposure.Representation of an import that has been processed during the parsing process.Class that models an arbitrary location in aresource
.SimpleArrayDeque
-based structure for tracking the logical position during a parsing process.Marker interface for entries into theParseState
.Represents a problem with a bean definition configuration.SPI interface allowing tools and other external processes to handle errors and warnings reported during bean definition parsing.Interface that receives callbacks for component, alias and import registrations during a bean definition reading process.Simple strategy allowing tools to control how source metadata is attached to the bean definition metadata. -
ClassDescriptionComponentDefinition based on a standard BeanDefinition, exposing the given bean definition as well as inner bean definitions and bean references for the given bean.Interface that describes the logical view of a set of
BeanDefinitions
andBeanReferences
as presented in some configuration context.ComponentDefinition
implementation that holds one or more nestedComponentDefinition
instances, aggregating them into a named group of components.Marker interface for a defaults definition, extending BeanMetadataElement to inherit source exposure.SPI interface allowing tools and other external processes to handle errors and warnings reported during bean definition parsing.Context that gets passed along a bean definition reading process, encapsulating all relevant configuration as well as state.Interface that receives callbacks for component, alias and import registrations during a bean definition reading process.Simple strategy allowing tools to control how source metadata is attached to the bean definition metadata. -
ClassDescriptionSPI interface allowing tools and other external processes to handle errors and warnings reported during bean definition parsing.Simple strategy allowing tools to control how source metadata is attached to the bean definition metadata.