Class JavaAccessSource

java.lang.Object
org.springframework.modulith.core.JavaAccessSource
All Implemented Interfaces:
Source

class JavaAccessSource extends Object implements Source
A Source backed by an ArchUnit JavaAccess.
Author:
Oliver Drotbohm
  • Constructor Details

    • JavaAccessSource

      public JavaAccessSource(com.tngtech.archunit.core.domain.JavaAccess<?> access)
      Creates a new JavaAccessSource for the given JavaAccess.
      Parameters:
      access - must not be null.
  • Method Details

    • toString

      public String toString(ApplicationModule module)
      Description copied from interface: Source
      Renders the source in human readable way.
      Specified by:
      toString in interface Source
      Parameters:
      module - must not be null.
      Returns: