Class ArchitecturallyEvidentType.ReferenceMethod
java.lang.Object
org.springframework.modulith.core.ArchitecturallyEvidentType.ReferenceMethod
- Enclosing class:
- ArchitecturallyEvidentType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.tngtech.archunit.core.domain.JavaMethodCollection<Class<?>>Returns all types referred to.booleanisAsync()toString()
-
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
-
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
-