Package org.mockserver.matchers
Class RegexStringMatcher
java.lang.Object
- All Implemented Interfaces:
Matcher<NottableString>
- Author:
- jamesdbloom
-
Constructor Summary
ConstructorsConstructorDescriptionRegexStringMatcher(MockServerLogger mockServerLogger, boolean controlPlaneMatcher) -
Method Summary
Modifier and TypeMethodDescriptionprotected String[]booleanisBlank()booleanbooleanmatches(MockServerLogger mockServerLogger, MatchDifference context, NottableString matcher, NottableString matched) booleanmatches(MatchDifference context, NottableString matched) booleanmatches(NottableString matcher, NottableString matched) Methods inherited from class org.mockserver.matchers.NotMatcher
notMatcherMethods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, hashCode, toString
-
Constructor Details
-
RegexStringMatcher
-
-
Method Details
-
matches
-
matches
-
matches
-
matches
public boolean matches(MockServerLogger mockServerLogger, MatchDifference context, NottableString matcher, NottableString matched) -
isBlank
public boolean isBlank() -
fieldsExcludedFromEqualsAndHashCode
- Overrides:
fieldsExcludedFromEqualsAndHashCodein classObjectWithReflectiveEqualsHashCodeToString
-