public class AcceptsAllMethodsRequestMatcher extends DefaultMethodRequestMatcher
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
static AcceptsAllMethodsRequestMatcher |
instance() |
boolean |
intersectsWith(org.mule.runtime.http.api.server.MethodRequestMatcher matcher)
Determines if there's an intersection between the allowed methods by two request matcher
|
boolean |
matches(org.mule.runtime.http.api.domain.message.request.HttpRequest httpRequest) |
getMethods, getMethodsListRepresentation, toStringpublic boolean matches(org.mule.runtime.http.api.domain.message.request.HttpRequest httpRequest)
matches in interface org.mule.runtime.http.api.server.RequestMatchermatches in class DefaultMethodRequestMatcherpublic static AcceptsAllMethodsRequestMatcher instance()
public boolean intersectsWith(org.mule.runtime.http.api.server.MethodRequestMatcher matcher)
DefaultMethodRequestMatcherintersectsWith in interface org.mule.runtime.http.api.server.MethodRequestMatcherintersectsWith in class DefaultMethodRequestMatchermatcher - request matcher to test againstpublic int hashCode()
hashCode in class DefaultMethodRequestMatcherpublic boolean equals(Object obj)
equals in class DefaultMethodRequestMatcherCopyright © 2003–2018 MuleSoft, Inc.. All rights reserved.