Class FailedModuleVerificationFailureAnalyzer

java.lang.Object
org.springframework.boot.diagnostics.AbstractFailureAnalyzer<Violations>
org.springframework.modulith.runtime.autoconfigure.FailedModuleVerificationFailureAnalyzer
All Implemented Interfaces:
FailureAnalyzer

class FailedModuleVerificationFailureAnalyzer extends AbstractFailureAnalyzer<Violations>
A FailureAnalyzer to give explanation what's wrong when a runtime application module verification fails.
Since:
2.0
Author:
Oliver Drotbohm