| Name | Description | Type | Package | Framework |
| AbstractComponentDefinition | Base implementation of ComponentDefinition that provides a basic implementation ofgetDescription() which delegates to ComponentDefinition. | Class | org.springframework.beans.factory.parsing | Spring MVC |
| AliasDefinition | Representation of an alias that has been registered during the parsing process. | Class | org.springframework.beans.factory.parsing | Spring MVC |
| BeanComponentDefinition | ComponentDefinition based on a standard BeanDefinition, exposing the given beandefinition as well as inner bean definitions and bean references for the given bean. | Class | org.springframework.beans.factory.parsing | Spring MVC |
| BeanDefinitionParsingException | Exception thrown when a bean definition reader encounters an errorduring the parsing process. | Class | org.springframework.beans.factory.parsing | Spring MVC |
| BeanEntry | ParseState entry representing a bean definition. | Class | org.springframework.beans.factory.parsing | Spring MVC |
| ComponentDefinition | Interface that describes the logical view of a set of BeanDefinitionsand BeanReferences as presented in some configuration context. | Interface | org.springframework.beans.factory.parsing | Spring MVC |
| CompositeComponentDefinition | ComponentDefinition implementation that holds one or more nestedComponentDefinition instances, aggregating them into a named group | Class | org.springframework.beans.factory.parsing | Spring MVC |
| ConstructorArgumentEntry | ParseState entry representing a (possibly indexed)constructor argument. | Class | org.springframework.beans.factory.parsing | Spring MVC |
| DefaultsDefinition | Marker interface for a defaults definition,Concrete implementations are typically based on 'document defaults', | Interface | org.springframework.beans.factory.parsing | Spring MVC |
| EmptyReaderEventListener | Empty implementation of the ReaderEventListener interface,providing no-op implementations of all callback methods. | Class | org.springframework.beans.factory.parsing | Spring MVC |
| FailFastProblemReporter | Simple ProblemReporter implementation that exhibits fail-fastbehavior when errors are encountered. | Class | org.springframework.beans.factory.parsing | Spring MVC |
| ImportDefinition | Representation of an import that has been processed during the parsing process. | Class | org.springframework.beans.factory.parsing | Spring MVC |
| Location | Class that models an arbitrary location in a resource. | Class | org.springframework.beans.factory.parsing | Spring MVC |
| NullSourceExtractor | Simple implementation of SourceExtractor that returns nullas the source metadata. | Class | org.springframework.beans.factory.parsing | Spring MVC |
| ParseState | Simple Stack-based structure for tracking the logical position duringa parsing process. | Class | org.springframework.beans.factory.parsing | Spring MVC |
| PassThroughSourceExtractor | Simple SourceExtractor implementation that just passesthe candidate source metadata object through for attachment. | Class | org.springframework.beans.factory.parsing | Spring MVC |
| Problem | Represents a problem with a bean definition configuration. | Class | org.springframework.beans.factory.parsing | Spring MVC |
| ProblemReporter | SPI interface allowing tools and other external processes to handle errorsand warnings reported during bean definition parsing. | Interface | org.springframework.beans.factory.parsing | Spring MVC |
| PropertyEntry | ParseState entry representing a JavaBean property. | Class | org.springframework.beans.factory.parsing | Spring MVC |
| QualifierEntry | ParseState entry representing an autowire candidate qualifier. | Class | org.springframework.beans.factory.parsing | Spring MVC |
| ReaderContext | Context that gets passed along a bean definition reading process,encapsulating all relevant configuration as well as state. | Class | org.springframework.beans.factory.parsing | Spring MVC |
| ReaderEventListener | Interface that receives callbacks for component, alias and importregistrations during a bean definition reading process. | Interface | org.springframework.beans.factory.parsing | Spring MVC |
| SourceExtractor | Simple strategy allowing tools to control how source metadata is attachedto the bean definition metadata. | Interface | org.springframework.beans.factory.parsing | Spring MVC |