接口的使用
org.springframework.boot.diagnostics.FailureAnalyzer
使用FailureAnalyzer的程序包
-
org.springframework.boot.diagnostics中FailureAnalyzer的使用
修饰符和类型类说明classAbstractFailureAnalyzer<T extends Throwable>Abstract base class for mostFailureAnalyzerimplementations. -
org.springframework.boot.diagnostics.analyzer中FailureAnalyzer的使用
修饰符和类型类说明classAbstractInjectionFailureAnalyzer<T extends Throwable>Abstract base class for aFailureAnalyzerthat handles some kind of injection failure.classAnAbstractFailureAnalyzerthat performs analysis of failures caused by aBeanNotOfRequiredTypeException.