Uses of Class
org.springframework.modulith.core.Violations
Packages that use Violations
Package
Description
Core, internal abstractions of Spring Modulith.
Autoconfiguration the
ApplicationModules runtime support.-
Uses of Violations in org.springframework.modulith.core
Fields in org.springframework.modulith.core declared as ViolationsMethods in org.springframework.modulith.core that return ViolationsModifier and TypeMethodDescription(package private) Violations(package private) ViolationsCreates a newViolationswith the givenRuntimeExceptionadded to the current ones?(package private) ViolationsViolations.and(Violations that) ApplicationModule.detectDependencies(ApplicationModules modules) ApplicationModules.detectViolations()Executes all verifications to be applied and returnsViolationsif any occurred.ApplicationModules.detectViolations(VerificationOptions options) Executes all verifications to be applied considering the givenVerificationOptionsand returnsViolationsif any occurred.ReturnsViolationsthat match the givenPredicate.(package private) ViolationsApplicationModule.QualifiedDependency.isValidDependencyWithin(ApplicationModules modules) Methods in org.springframework.modulith.core that return types with arguments of type ViolationsModifier and TypeMethodDescription(package private) static Collector<String,?, Violations> Violations.toViolations()Methods in org.springframework.modulith.core with parameters of type Violations -
Uses of Violations in org.springframework.modulith.runtime.autoconfigure
Methods in org.springframework.modulith.runtime.autoconfigure with parameters of type ViolationsModifier and TypeMethodDescriptionprotected FailureAnalysisFailedModuleVerificationFailureAnalyzer.analyze(Throwable rootFailure, Violations cause)