Home / Type/ FailureAnalysisReporter Type — spring-boot Architecture

FailureAnalysisReporter Type — spring-boot Architecture

Architecture documentation for the FailureAnalysisReporter type/interface in FailureAnalysisReporter.java from the spring-boot codebase.

Entity Profile

Source Code

core/spring-boot/src/main/java/org/springframework/boot/diagnostics/FailureAnalysisReporter.java lines 25–34

@FunctionalInterface
public interface FailureAnalysisReporter {

	/**
	 * Reports the given {@code failureAnalysis} to the user.
	 * @param analysis the analysis
	 */
	void report(FailureAnalysis analysis);

}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free