Uses of Package
org.springframework.beans.factory.parsing
Packages that use org.springframework.beans.factory.parsing
Package
Description
Support infrastructure for bean definition parsing.
Contains an abstract XML-based
BeanFactory implementation,
including a standard "spring-beans" XSD.-
Classes in org.springframework.beans.factory.parsing used by org.springframework.beans.factory.parsingClassDescriptionBase implementation of
ComponentDefinitionthat 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 ofBeanDefinitionsandBeanReferencesas 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. -
Classes in org.springframework.beans.factory.parsing used by org.springframework.beans.factory.xmlClassDescriptionComponentDefinition 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
BeanDefinitionsandBeanReferencesas presented in some configuration context.ComponentDefinitionimplementation that holds one or more nestedComponentDefinitioninstances, 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.