Interface MethodMatcherBuilder
- All Superinterfaces:
Builder<MethodMatcher>,MethodParamMatcherBuilder<MethodMatcherBuilder>
public interface MethodMatcherBuilder
extends MethodParamMatcherBuilder<MethodMatcherBuilder>, Builder<MethodMatcher>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceUsed to match methods with specific names. -
Method Summary
Modifier and TypeMethodDescriptionctor(Consumer<MethodMatcherBuilder.MatchBuilder> matchBuilderConsumer) default MethodMatcherBuildermatch(String name, Consumer<MethodMatcherBuilder.MatchBuilder> matchBuilderConsumer) default MethodMatcherBuildermatch(Collection<String> names) match(Collection<String> names, Consumer<MethodMatcherBuilder.MatchBuilder> matchBuilderConsumer)
-
Method Details
-
ctor
-
match
-
match
MethodMatcherBuilder match(String name, Consumer<MethodMatcherBuilder.MatchBuilder> matchBuilderConsumer) -
match
-
match
MethodMatcherBuilder match(Collection<String> names, Consumer<MethodMatcherBuilder.MatchBuilder> matchBuilderConsumer)
-