Uses of Interface
org.springframework.beans.factory.parsing.SourceExtractor
Package
Description
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.
-
Uses of SourceExtractor in org.springframework.beans.factory.parsing
Modifier and TypeClassDescriptionclass
Simple implementation ofSourceExtractor
that returnsnull
as the source metadata.class
SimpleSourceExtractor
implementation that just passes the candidate source metadata object through for attachment.Modifier and TypeMethodDescriptionReaderContext.getSourceExtractor()
Return the source extractor in use.ModifierConstructorDescriptionReaderContext
(Resource resource, ProblemReporter problemReporter, ReaderEventListener eventListener, SourceExtractor sourceExtractor) Construct a newReaderContext
. -
Uses of SourceExtractor in org.springframework.beans.factory.xml
Modifier and TypeMethodDescriptionvoid
XmlBeanDefinitionReader.setSourceExtractor
(SourceExtractor sourceExtractor) Specify theSourceExtractor
to use.ModifierConstructorDescriptionXmlReaderContext
(Resource resource, ProblemReporter problemReporter, ReaderEventListener eventListener, SourceExtractor sourceExtractor, XmlBeanDefinitionReader reader, NamespaceHandlerResolver namespaceHandlerResolver) Construct a newXmlReaderContext
. -
Uses of SourceExtractor in org.springframework.context.annotation
Modifier and TypeMethodDescriptionvoid
ConfigurationClassPostProcessor.setSourceExtractor
(SourceExtractor sourceExtractor) Set theSourceExtractor
to use for generated bean definitions that correspond toBean
factory methods.