Class ArchitecturallyEvidentType.ReferenceMethod

java.lang.Object
org.springframework.modulith.core.ArchitecturallyEvidentType.ReferenceMethod
Enclosing class:
ArchitecturallyEvidentType

public static class ArchitecturallyEvidentType.ReferenceMethod extends Object
  • Constructor Details

    • ReferenceMethod

      public ReferenceMethod(com.tngtech.archunit.core.domain.JavaMethod method)
  • Method Details

    • getMethod

      public com.tngtech.archunit.core.domain.JavaMethod getMethod()
    • isAsync

      public boolean isAsync()
    • getTransactionPhase

      public Optional<String> getTransactionPhase()
    • getReferenceTypes

      public Collection<Class<?>> getReferenceTypes()
      Returns all types referred to. Usually parameter types or types the method is interested in declared in annotations.
      Returns:
      will never be null.
      Since:
      1.2.8, 1.3.2
    • toString

      public String toString()
      Overrides:
      toString in class Object