接口的使用
org.springframework.boot.diagnostics.FailureAnalyzer
使用FailureAnalyzer的程序包
-
org.springframework.boot.diagnostics中FailureAnalyzer的使用
修饰符和类型类说明class
AbstractFailureAnalyzer<T extends Throwable>
Abstract base class for mostFailureAnalyzer
implementations. -
org.springframework.boot.diagnostics.analyzer中FailureAnalyzer的使用
修饰符和类型类说明class
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
.