Uses of Interface
org.springframework.beans.factory.parsing.ProblemReporter
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 ProblemReporter in org.springframework.beans.factory.parsing
Modifier and TypeClassDescriptionclass
SimpleProblemReporter
implementation that exhibits fail-fast behavior when errors are encountered.ModifierConstructorDescriptionReaderContext
(Resource resource, ProblemReporter problemReporter, ReaderEventListener eventListener, SourceExtractor sourceExtractor) Construct a newReaderContext
. -
Uses of ProblemReporter in org.springframework.beans.factory.xml
Modifier and TypeMethodDescriptionvoid
XmlBeanDefinitionReader.setProblemReporter
(ProblemReporter problemReporter) Specify whichProblemReporter
to use.ModifierConstructorDescriptionXmlReaderContext
(Resource resource, ProblemReporter problemReporter, ReaderEventListener eventListener, SourceExtractor sourceExtractor, XmlBeanDefinitionReader reader, NamespaceHandlerResolver namespaceHandlerResolver) Construct a newXmlReaderContext
. -
Uses of ProblemReporter in org.springframework.context.annotation
Modifier and TypeMethodDescriptionvoid
ConfigurationClassPostProcessor.setProblemReporter
(ProblemReporter problemReporter) Set theProblemReporter
to use.