public class ExactStringMatcher extends BodyMatcher<NottableString>
| Modifier and Type | Method and Description |
|---|---|
String[] |
fieldsExcludedFromEqualsAndHashCode() |
boolean |
matches(HttpRequest context,
NottableString matched) |
boolean |
matches(HttpRequest context,
String matched) |
static boolean |
matches(String matcher,
String matched,
boolean ignoreCase) |
notequals, hashCode, toStringpublic boolean matches(HttpRequest context, String matched)
public boolean matches(HttpRequest context, NottableString matched)
public String[] fieldsExcludedFromEqualsAndHashCode()
fieldsExcludedFromEqualsAndHashCode in class ObjectWithReflectiveEqualsHashCodeToStringCopyright © 2020. All rights reserved.