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) |
not
equals, hashCode, toString
public boolean matches(HttpRequest context, String matched)
public boolean matches(HttpRequest context, NottableString matched)
public String[] fieldsExcludedFromEqualsAndHashCode()
fieldsExcludedFromEqualsAndHashCode
in class ObjectWithReflectiveEqualsHashCodeToString
Copyright © 2020. All rights reserved.