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 TypeClassDescriptionclassSimple implementation ofSourceExtractorthat returnsnullas the source metadata.classSimpleSourceExtractorimplementation 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 TypeMethodDescriptionvoidXmlBeanDefinitionReader.setSourceExtractor(SourceExtractor sourceExtractor) Specify theSourceExtractorto 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 TypeMethodDescriptionvoidConfigurationClassPostProcessor.setSourceExtractor(SourceExtractor sourceExtractor) Set theSourceExtractorto use for generated bean definitions that correspond toBeanfactory methods.