类 RegexRoutePathMatcher

java.lang.Object
com.alibaba.csp.sentinel.adapter.gateway.sc.route.RegexRoutePathMatcher
所有已实现的接口:
com.alibaba.csp.sentinel.util.function.Predicate<org.springframework.web.server.ServerWebExchange>

public class RegexRoutePathMatcher extends Object implements com.alibaba.csp.sentinel.util.function.Predicate<org.springframework.web.server.ServerWebExchange>
从以下版本开始:
1.6.0
作者:
Eric Zhao
  • 构造器详细资料

    • RegexRoutePathMatcher

      public RegexRoutePathMatcher(String pattern)
  • 方法详细资料

    • test

      public boolean test(org.springframework.web.server.ServerWebExchange exchange)
      指定者:
      test 在接口中 com.alibaba.csp.sentinel.util.function.Predicate<org.springframework.web.server.ServerWebExchange>
    • getPattern

      public String getPattern()