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.-
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(org.springframework.core.io.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(org.springframework.core.io.Resource resource, ProblemReporter problemReporter, ReaderEventListener eventListener, SourceExtractor sourceExtractor, XmlBeanDefinitionReader reader, NamespaceHandlerResolver namespaceHandlerResolver) Construct a newXmlReaderContext.