类 AntRoutePathMatcher
java.lang.Object
com.alibaba.csp.sentinel.adapter.gateway.sc.route.AntRoutePathMatcher
- 所有已实现的接口:
com.alibaba.csp.sentinel.util.function.Predicate<org.springframework.web.server.ServerWebExchange>
public class AntRoutePathMatcher
extends Object
implements com.alibaba.csp.sentinel.util.function.Predicate<org.springframework.web.server.ServerWebExchange>
- 从以下版本开始:
- 1.6.0
- 作者:
- Eric Zhao
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
AntRoutePathMatcher
-
-
方法详细资料
-
test
public boolean test(org.springframework.web.server.ServerWebExchange exchange) - 指定者:
test在接口中com.alibaba.csp.sentinel.util.function.Predicate<org.springframework.web.server.ServerWebExchange>
-
getPattern
-