All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToHeaders(Collection<HTTPHeaderMatch> items) |
A |
addAllToQueryParams(Collection<HTTPQueryParamMatch> items) |
HTTPRouteMatchFluent.HeadersNested<A> |
addNewHeader() |
A |
addNewHeader(String name,
String type,
String value) |
HTTPRouteMatchFluent.HeadersNested<A> |
addNewHeaderLike(HTTPHeaderMatch item) |
HTTPRouteMatchFluent.QueryParamsNested<A> |
addNewQueryParam() |
A |
addNewQueryParam(String name,
String type,
String value) |
HTTPRouteMatchFluent.QueryParamsNested<A> |
addNewQueryParamLike(HTTPQueryParamMatch item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToHeaders(HTTPHeaderMatch... items) |
A |
addToHeaders(int index,
HTTPHeaderMatch item) |
A |
addToQueryParams(HTTPQueryParamMatch... items) |
A |
addToQueryParams(int index,
HTTPQueryParamMatch item) |
HTTPHeaderMatch |
buildFirstHeader() |
HTTPQueryParamMatch |
buildFirstQueryParam() |
HTTPHeaderMatch |
buildHeader(int index) |
List<HTTPHeaderMatch> |
buildHeaders() |
HTTPHeaderMatch |
buildLastHeader() |
HTTPQueryParamMatch |
buildLastQueryParam() |
HTTPHeaderMatch |
buildMatchingHeader(Predicate<HTTPHeaderMatchBuilder> predicate) |
HTTPQueryParamMatch |
buildMatchingQueryParam(Predicate<HTTPQueryParamMatchBuilder> predicate) |
HTTPPathMatch |
buildPath() |
HTTPQueryParamMatch |
buildQueryParam(int index) |
List<HTTPQueryParamMatch> |
buildQueryParams() |
protected void |
copyInstance(HTTPRouteMatch instance) |
HTTPRouteMatchFluent.HeadersNested<A> |
editFirstHeader() |
HTTPRouteMatchFluent.QueryParamsNested<A> |
editFirstQueryParam() |
HTTPRouteMatchFluent.HeadersNested<A> |
editHeader(int index) |
HTTPRouteMatchFluent.HeadersNested<A> |
editLastHeader() |
HTTPRouteMatchFluent.QueryParamsNested<A> |
editLastQueryParam() |
HTTPRouteMatchFluent.HeadersNested<A> |
editMatchingHeader(Predicate<HTTPHeaderMatchBuilder> predicate) |
HTTPRouteMatchFluent.QueryParamsNested<A> |
editMatchingQueryParam(Predicate<HTTPQueryParamMatchBuilder> predicate) |
HTTPRouteMatchFluent.PathNested<A> |
editOrNewPath() |
HTTPRouteMatchFluent.PathNested<A> |
editOrNewPathLike(HTTPPathMatch item) |
HTTPRouteMatchFluent.PathNested<A> |
editPath() |
HTTPRouteMatchFluent.QueryParamsNested<A> |
editQueryParam(int index) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getMethod() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasHeaders() |
boolean |
hasMatchingHeader(Predicate<HTTPHeaderMatchBuilder> predicate) |
boolean |
hasMatchingQueryParam(Predicate<HTTPQueryParamMatchBuilder> predicate) |
boolean |
hasMethod() |
boolean |
hasPath() |
boolean |
hasQueryParams() |
A |
removeAllFromHeaders(Collection<HTTPHeaderMatch> items) |
A |
removeAllFromQueryParams(Collection<HTTPQueryParamMatch> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromHeaders(HTTPHeaderMatch... items) |
A |
removeFromQueryParams(HTTPQueryParamMatch... items) |
A |
removeMatchingFromHeaders(Predicate<HTTPHeaderMatchBuilder> predicate) |
A |
removeMatchingFromQueryParams(Predicate<HTTPQueryParamMatchBuilder> predicate) |
HTTPRouteMatchFluent.HeadersNested<A> |
setNewHeaderLike(int index,
HTTPHeaderMatch item) |
HTTPRouteMatchFluent.QueryParamsNested<A> |
setNewQueryParamLike(int index,
HTTPQueryParamMatch item) |
A |
setToHeaders(int index,
HTTPHeaderMatch item) |
A |
setToQueryParams(int index,
HTTPQueryParamMatch item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withHeaders(HTTPHeaderMatch... headers) |
A |
withHeaders(List<HTTPHeaderMatch> headers) |
A |
withMethod(String method) |
HTTPRouteMatchFluent.PathNested<A> |
withNewPath() |
A |
withNewPath(String type,
String value) |
HTTPRouteMatchFluent.PathNested<A> |
withNewPathLike(HTTPPathMatch item) |
A |
withPath(HTTPPathMatch path) |
A |
withQueryParams(HTTPQueryParamMatch... queryParams) |
A |
withQueryParams(List<HTTPQueryParamMatch> queryParams) |