Uses of Package
org.springframework.boot.diagnostics
Packages that use org.springframework.boot.diagnostics
Package
Description
Support for failure analysis and reporting.
Internal
FailureAnalyzer
implementations.-
Classes in org.springframework.boot.diagnostics used by org.springframework.boot.diagnosticsClassDescriptionThe result of analyzing a failure.Reports a
FailureAnalysis
to the user.AFailureAnalyzer
is used to analyze a failure and provide diagnostic information that can be displayed to the user. -
Classes in org.springframework.boot.diagnostics used by org.springframework.boot.diagnostics.analyzerClassDescriptionAbstract base class for most
FailureAnalyzer
implementations.The result of analyzing a failure.AFailureAnalyzer
is used to analyze a failure and provide diagnostic information that can be displayed to the user.