Uses of Class
org.springframework.modulith.core.VerificationOptions
Packages that use VerificationOptions
Package
Description
Core, internal abstractions of Spring Modulith.
Autoconfiguration the
ApplicationModules runtime support.-
Uses of VerificationOptions in org.springframework.modulith.core
Methods in org.springframework.modulith.core that return VerificationOptionsModifier and TypeMethodDescriptionVerificationOptions.andAdditionalVerifications(com.tngtech.archunit.lang.ArchRule... verifications) Registers additional verifications on top of the default ones.VerificationOptions.andAdditionalVerifications(Collection<com.tngtech.archunit.lang.ArchRule> verifications) Registers additional verifications on top of the default ones.static VerificationOptionsVerificationOptions.defaults()Creates a newVerificationOptionsincluding jMolecules verifications if present on the classpath.VerificationOptions.withAdditionalVerifications(com.tngtech.archunit.lang.ArchRule... verifications) Define the additional verifications to be executed.VerificationOptions.withAdditionalVerifications(Collection<com.tngtech.archunit.lang.ArchRule> verifications) Define the additional verifications to be executed.VerificationOptions.withoutAdditionalVerifications()Disables the additional verifications registered by default.Methods in org.springframework.modulith.core with parameters of type VerificationOptionsModifier and TypeMethodDescriptionApplicationModules.detectViolations(VerificationOptions options) Executes all verifications to be applied considering the givenVerificationOptionsand returnsViolationsif any occurred.ApplicationModules.verify(VerificationOptions options) Execute all verifications to be applied considering the givenVerificationOptions, unless the verification has been executed before. -
Uses of VerificationOptions in org.springframework.modulith.runtime.autoconfigure
Method parameters in org.springframework.modulith.runtime.autoconfigure with type arguments of type VerificationOptionsModifier and TypeMethodDescription(package private) static SpringModulithRuntimeAutoConfiguration.RuntimeApplicationModuleVerifierSpringModulithRuntimeAutoConfiguration.applicationModuleVerifier(SpringModulithRuntimeAutoConfiguration.ApplicationModulesBootstrap bootstrap, ObjectProvider<VerificationOptions> verification) Constructor parameters in org.springframework.modulith.runtime.autoconfigure with type arguments of type VerificationOptionsModifierConstructorDescription(package private)RuntimeApplicationModuleVerifier(CompletableFuture<ApplicationModules> modules, ObjectProvider<VerificationOptions> verification)