Class HasReturnType.Predicates
java.lang.Object
com.tngtech.archunit.core.domain.properties.HasReturnType.Predicates
- Enclosing interface:
- HasReturnType
Predefined
predicates
targeting objects that implement HasReturnType
-
Method Summary
Modifier and TypeMethodDescriptionstatic DescribedPredicate<HasReturnType>
rawReturnType
(DescribedPredicate<? super JavaClass> predicate) static DescribedPredicate<HasReturnType>
rawReturnType
(Class<?> returnType) static DescribedPredicate<HasReturnType>
rawReturnType
(String returnTypeName)
-
Method Details
-
rawReturnType
@PublicAPI(usage=ACCESS) public static DescribedPredicate<HasReturnType> rawReturnType(Class<?> returnType) -
rawReturnType
@PublicAPI(usage=ACCESS) public static DescribedPredicate<HasReturnType> rawReturnType(String returnTypeName) -
rawReturnType
@PublicAPI(usage=ACCESS) public static DescribedPredicate<HasReturnType> rawReturnType(DescribedPredicate<? super JavaClass> predicate)
-