Uses of Interface
org.springframework.boot.diagnostics.FailureAnalyzer
Packages that use FailureAnalyzer
Package
Description
Support for failure analysis and reporting.
Internal
FailureAnalyzer
implementations.-
Uses of FailureAnalyzer in org.springframework.boot.diagnostics
Classes in org.springframework.boot.diagnostics that implement FailureAnalyzerModifier and TypeClassDescriptionclass
AbstractFailureAnalyzer<T extends Throwable>
Abstract base class for mostFailureAnalyzer
implementations. -
Uses of FailureAnalyzer in org.springframework.boot.diagnostics.analyzer
Classes in org.springframework.boot.diagnostics.analyzer that implement FailureAnalyzerModifier and TypeClassDescriptionclass
AbstractInjectionFailureAnalyzer<T extends Throwable>
Abstract base class for aFailureAnalyzer
that handles some kind of injection failure.class
AnAbstractFailureAnalyzer
that performs analysis of failures caused by aBeanNotOfRequiredTypeException
.