Uses of Interface
org.springframework.beans.factory.parsing.SourceExtractor
Packages that use 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
Classes in org.springframework.beans.factory.parsing that implement SourceExtractorModifier 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.Methods in org.springframework.beans.factory.parsing that return SourceExtractorModifier and TypeMethodDescriptionReaderContext.getSourceExtractor()
Return the source extractor in use.Constructors in org.springframework.beans.factory.parsing with parameters of type SourceExtractorModifierConstructorDescriptionReaderContext
(Resource resource, ProblemReporter problemReporter, ReaderEventListener eventListener, SourceExtractor sourceExtractor) Construct a newReaderContext
. -
Uses of SourceExtractor in org.springframework.beans.factory.xml
Methods in org.springframework.beans.factory.xml with parameters of type SourceExtractorModifier and TypeMethodDescriptionvoid
XmlBeanDefinitionReader.setSourceExtractor
(SourceExtractor sourceExtractor) Specify theSourceExtractor
to use.Constructors in org.springframework.beans.factory.xml with parameters of type SourceExtractorModifierConstructorDescriptionXmlReaderContext
(Resource resource, ProblemReporter problemReporter, ReaderEventListener eventListener, SourceExtractor sourceExtractor, XmlBeanDefinitionReader reader, NamespaceHandlerResolver namespaceHandlerResolver) Construct a newXmlReaderContext
. -
Uses of SourceExtractor in org.springframework.context.annotation
Methods in org.springframework.context.annotation with parameters of type SourceExtractorModifier and TypeMethodDescriptionvoid
ConfigurationClassPostProcessor.setSourceExtractor
(SourceExtractor sourceExtractor) Set theSourceExtractor
to use for generated bean definitions that correspond toBean
factory methods.