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 SummaryConstructorsConstructorDescriptionJavaAccessSource(com.tngtech.archunit.core.domain.JavaAccess<?> access) Creates a newJavaAccessSourcefor the givenJavaAccess.
- 
Method SummaryModifier and TypeMethodDescriptiontoString(ApplicationModule module) Renders the source in human readable way.
- 
Constructor Details- 
JavaAccessSourcepublic JavaAccessSource(com.tngtech.archunit.core.domain.JavaAccess<?> access) Creates a newJavaAccessSourcefor the givenJavaAccess.- Parameters:
- access- must not be null.
 
 
- 
- 
Method Details