public class AntRoutePathMatcher extends Object implements com.alibaba.csp.sentinel.util.function.Predicate<org.springframework.web.server.ServerWebExchange>
| Constructor and Description |
|---|
AntRoutePathMatcher(String pattern) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPattern() |
boolean |
test(org.springframework.web.server.ServerWebExchange exchange) |
public AntRoutePathMatcher(String pattern)
public boolean test(org.springframework.web.server.ServerWebExchange exchange)
test in interface com.alibaba.csp.sentinel.util.function.Predicate<org.springframework.web.server.ServerWebExchange>public String getPattern()
Copyright © 2022 Alibaba Group. All rights reserved.