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