public abstract class AbstractHttpRequestMatcher extends Object implements HttpRequestMatcher
HttpRequestMatcher implementation.| Constructor and Description |
|---|
AbstractHttpRequestMatcher() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
protected abstract Collection<?> |
getContent()
Return the discrete items a request condition is composed of.
|
protected abstract String |
getToStringInfix()
The notation to use when printing discrete items of content.
|
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitmatchprotected abstract Collection<?> getContent()
For example URL patterns, HTTP request methods, param expressions, etc.
nullprotected abstract String getToStringInfix()
For example " || " for URL patterns or " && " for param
expressions.
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.