Uses of Class
org.springframework.modulith.core.Violations
Packages that use Violations
Package
Description
Core, internal abstractions of Spring Modulith.
-
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) ViolationsViolations.and(RuntimeException exception) Creates a newViolationswith the givenRuntimeExceptionadded to the current ones?(package private) Violations(package private) ViolationsViolations.and(Violations other) ApplicationModule.detectDependencies(ApplicationModules modules) ApplicationModules.detectViolations()Executes all verifications to be applied and returnsViolationsif any occured.(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<RuntimeException,?, Violations> Violations.toViolations()Methods in org.springframework.modulith.core with parameters of type Violations