Class RegexStringMatcher
java.lang.Object
software.xdev.mockserver.matchers.NotMatcher<MatchedType>
software.xdev.mockserver.matchers.BodyMatcher<NottableString>
software.xdev.mockserver.matchers.RegexStringMatcher
- All Implemented Interfaces:
Matcher<NottableString>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanisBlank()booleanbooleanmatches(MatchDifference context, NottableString matched) booleanmatches(MatchDifference context, NottableString matcher, NottableString matched) booleanmatches(NottableString matcher, NottableString matched) Methods inherited from class software.xdev.mockserver.matchers.NotMatcher
notMatcher
-
Constructor Details
-
RegexStringMatcher
public RegexStringMatcher(boolean controlPlaneMatcher)
-
-
Method Details
-
matches
-
matches
-
matches
-
matches
-
isBlank
public boolean isBlank() -
equals
- Overrides:
equalsin classNotMatcher<NottableString>
-
hashCode
public int hashCode()- Overrides:
hashCodein classNotMatcher<NottableString>
-