public abstract class AbstractHttpRequestMatcher extends Object implements HttpRequestMatcher
HttpRequestMatcher implementation.| 构造器和说明 |
|---|
AbstractHttpRequestMatcher() |
| 限定符和类型 | 方法和说明 |
|---|---|
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() |
matchprotected 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 © 2020 Pivotal Software, Inc.. All rights reserved.