Package org.springframework.beans.factory.parsing
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
ParseState.Entry Marker interface for entries into the ParseState .
ProblemReporter SPI interface allowing tools and other external processes to handle errors and warnings reported during bean definition parsing.
SourceExtractor Simple strategy allowing tools to control how source metadata is attached to the bean definition metadata.
Classes
BeanEntry ParseState entry representing a bean definition.
ConstructorArgumentEntry ParseState entry representing a constructor argument.
FailFastProblemReporter Simple implementation of the ProblemReporter that exhibits fail-fast behaviour when errors are encountered.
Location No description provided.
NullSourceExtractor Simple implementation of SourceExtractor that returns null as the source metadata.
ParseState Simple Stack -based structure for tracking the logical position during a parsing process.
PassThroughSourceExtractor Simple implementation of the SourceExtractor that simply passes the candidate source metadata object through for attachment.
Problem Represents a problem with a bean definition configuration.
PropertyEntry ParseState entry representing a bean property.
Exceptions
BeanDefinitionParsingException Exception thrown when a bean definition reader encounters an error during parsing.
Support infrastructure for bean definition parsing.