public final class PathPatternParserServerWebExchangeMatcher extends java.lang.Object implements ServerWebExchangeMatcher
PathPattern matches the path within the application.ServerWebExchangeMatcher.MatchResult| Constructor and Description |
|---|
PathPatternParserServerWebExchangeMatcher(org.springframework.web.util.pattern.PathPattern pattern) |
PathPatternParserServerWebExchangeMatcher(org.springframework.web.util.pattern.PathPattern pattern,
org.springframework.http.HttpMethod method) |
PathPatternParserServerWebExchangeMatcher(java.lang.String pattern) |
PathPatternParserServerWebExchangeMatcher(java.lang.String pattern,
org.springframework.http.HttpMethod method) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<ServerWebExchangeMatcher.MatchResult> |
matches(org.springframework.web.server.ServerWebExchange exchange)
Determines if a request matches or not
|
java.lang.String |
toString() |
public PathPatternParserServerWebExchangeMatcher(org.springframework.web.util.pattern.PathPattern pattern)
public PathPatternParserServerWebExchangeMatcher(org.springframework.web.util.pattern.PathPattern pattern,
org.springframework.http.HttpMethod method)
public PathPatternParserServerWebExchangeMatcher(java.lang.String pattern,
org.springframework.http.HttpMethod method)
public PathPatternParserServerWebExchangeMatcher(java.lang.String pattern)
public reactor.core.publisher.Mono<ServerWebExchangeMatcher.MatchResult> matches(org.springframework.web.server.ServerWebExchange exchange)
ServerWebExchangeMatchermatches in interface ServerWebExchangeMatcherpublic java.lang.String toString()
toString in class java.lang.Object