Class JavaAccessSource
java.lang.Object
org.springframework.modulith.core.JavaAccessSource
- All Implemented Interfaces:
Source
A
Source
backed by an ArchUnit JavaAccess
.- Author:
- Oliver Drotbohm
-
Constructor Summary
ConstructorDescriptionJavaAccessSource
(com.tngtech.archunit.core.domain.JavaAccess<?> access) Creates a newJavaAccessSource
for the givenJavaAccess
. -
Method Summary
Modifier and TypeMethodDescriptiontoString
(ApplicationModule module) Renders the source in human readable way.
-
Constructor Details
-
JavaAccessSource
public JavaAccessSource(com.tngtech.archunit.core.domain.JavaAccess<?> access) Creates a newJavaAccessSource
for the givenJavaAccess
.- Parameters:
access
- must not be null.
-
-
Method Details