Uses of Interface
org.springframework.boot.diagnostics.FailureAnalyzer
Package
Description
Support for failure analysis and reporting.
Internal
FailureAnalyzer
implementations.-
Uses of FailureAnalyzer in org.springframework.boot.diagnostics
Modifier and TypeClassDescriptionclass
AbstractFailureAnalyzer<T extends Throwable>
Abstract base class for mostFailureAnalyzer
implementations. -
Uses of FailureAnalyzer in org.springframework.boot.diagnostics.analyzer
Modifier 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
.