类 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

      public AntRoutePathMatcher(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()