Interface InvocationMatcher
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionadvanced()static InvocationMatcherfromInvocationMatchers(Collection<InvocationMatcher> matchers) static InvocationMatcherfromInvocationMatchers(MethodMatcher... methodMatchers) static InvocationMatcherfromMethodMatcher(MethodMatcher methodMatcher) static InvocationMatcherfromMethodMatchers(Collection<MethodMatcher> matchers) booleanmatches(Expression expression)
-
Method Details
-
matches
-
advanced
-
fromMethodMatcher
-
fromInvocationMatchers
-
fromInvocationMatchers
-
fromMethodMatchers
-