Interface MethodMatchers.TypeBuilder
- All Known Implementing Classes:
MethodMatchersBuilder
- Enclosing interface:
- MethodMatchers
public static interface MethodMatchers.TypeBuilder
-
Method Summary
Modifier and TypeMethodDescriptionMatch any type.ofSubTypes(String... fullyQualifiedTypeNames)Match any of the type and sub-type of the fully qualified names.Match a type matching a predicate.Match any of the fully qualified name types, but not the subtype.
-
Method Details
-
ofSubTypes
Match any of the type and sub-type of the fully qualified names. -
ofAnyType
MethodMatchers.NameBuilder ofAnyType()Match any type. -
ofTypes
Match any of the fully qualified name types, but not the subtype. -
ofType
Match a type matching a predicate.
-