Uses of Interface
org.springframework.beans.factory.parsing.ProblemReporter
Packages that use 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
Classes in org.springframework.beans.factory.parsing that implement ProblemReporterModifier and TypeClassDescriptionclassSimpleProblemReporterimplementation that exhibits fail-fast behavior when errors are encountered.Constructors in org.springframework.beans.factory.parsing with parameters of type ProblemReporterModifierConstructorDescriptionReaderContext(Resource resource, ProblemReporter problemReporter, ReaderEventListener eventListener, SourceExtractor sourceExtractor) Construct a newReaderContext. -
Uses of ProblemReporter in org.springframework.beans.factory.xml
Methods in org.springframework.beans.factory.xml with parameters of type ProblemReporterModifier and TypeMethodDescriptionvoidXmlBeanDefinitionReader.setProblemReporter(ProblemReporter problemReporter) Specify whichProblemReporterto use.Constructors in org.springframework.beans.factory.xml with parameters of type ProblemReporterModifierConstructorDescriptionXmlReaderContext(Resource resource, ProblemReporter problemReporter, ReaderEventListener eventListener, SourceExtractor sourceExtractor, XmlBeanDefinitionReader reader, NamespaceHandlerResolver namespaceHandlerResolver) Construct a newXmlReaderContext. -
Uses of ProblemReporter in org.springframework.context.annotation
Methods in org.springframework.context.annotation with parameters of type ProblemReporterModifier and TypeMethodDescriptionvoidConfigurationClassPostProcessor.setProblemReporter(ProblemReporter problemReporter) Set theProblemReporterto use.