Package | Description |
---|---|
org.springframework.boot.diagnostics |
Support for failure analysis and reporting.
|
org.springframework.boot.diagnostics.analyzer |
Internal
FailureAnalyzer implementations. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFailureAnalyzer<T extends Throwable>
Abstract base class for most
FailureAnalyzer implementations. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInjectionFailureAnalyzer<T extends Throwable>
Abstract base class for a
FailureAnalyzer that handles some kind of injection
failure. |
class |
BeanNotOfRequiredTypeFailureAnalyzer
An
AbstractFailureAnalyzer that performs analysis of failures caused by a
BeanNotOfRequiredTypeException . |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.