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