Uses of Class
org.springframework.boot.diagnostics.AbstractFailureAnalyzer
Packages that use AbstractFailureAnalyzer
-
Uses of AbstractFailureAnalyzer in org.springframework.boot.diagnostics.analyzer
Subclasses of AbstractFailureAnalyzer in org.springframework.boot.diagnostics.analyzerModifier and TypeClassDescriptionclassAbstractInjectionFailureAnalyzer<T extends Throwable>Abstract base class for aFailureAnalyzerthat handles some kind of injection failure.classAnAbstractFailureAnalyzerthat performs analysis of failures caused by aBeanNotOfRequiredTypeException.