public abstract class AbstractPrefixPatternMethodMatcher extends java.lang.Object implements MethodMatcher
MethodMatcher.MethodMatch| Modifier and Type | Field and Description |
|---|---|
protected java.util.regex.Pattern |
pattern |
DEFAULT_POSITION| Modifier | Constructor and Description |
|---|---|
protected |
AbstractPrefixPatternMethodMatcher(java.lang.String... prefixes) |
| Modifier and Type | Method and Description |
|---|---|
MethodMatcher.MethodMatch |
match(MethodMatchContext matchContext) |
protected abstract MethodMatcher.MethodMatch |
match(MethodMatchContext matchContext,
java.util.regex.Matcher matcher)
Handle the match.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOrderprotected AbstractPrefixPatternMethodMatcher(@NonNull
java.lang.String... prefixes)
public MethodMatcher.MethodMatch match(MethodMatchContext matchContext)
match in interface MethodMatcherprotected abstract MethodMatcher.MethodMatch match(MethodMatchContext matchContext, java.util.regex.Matcher matcher)
matchContext - The match contextmatcher - The matcher