java.lang.Object
com.alibaba.csp.sentinel.adapter.gateway.sc.route.RouteMatchers

public final class RouteMatchers extends Object
从以下版本开始:
1.6.0
作者:
Eric Zhao
  • 方法概要

    修饰符和类型
    方法
    说明
    static com.alibaba.csp.sentinel.util.function.Predicate<org.springframework.web.server.ServerWebExchange>
    all()
     
    static com.alibaba.csp.sentinel.util.function.Predicate<org.springframework.web.server.ServerWebExchange>
    antPath(String pathPattern)
     
    static com.alibaba.csp.sentinel.util.function.Predicate<org.springframework.web.server.ServerWebExchange>
     
    static com.alibaba.csp.sentinel.util.function.Predicate<org.springframework.web.server.ServerWebExchange>
    regexPath(String pathPattern)
     

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 方法详细资料

    • all

      public static com.alibaba.csp.sentinel.util.function.Predicate<org.springframework.web.server.ServerWebExchange> all()
    • antPath

      public static com.alibaba.csp.sentinel.util.function.Predicate<org.springframework.web.server.ServerWebExchange> antPath(String pathPattern)
    • exactPath

      public static com.alibaba.csp.sentinel.util.function.Predicate<org.springframework.web.server.ServerWebExchange> exactPath(String path)
    • regexPath

      public static com.alibaba.csp.sentinel.util.function.Predicate<org.springframework.web.server.ServerWebExchange> regexPath(String pathPattern)