public final class ZuulRouteMatchers extends Object
| Modifier and Type | Method and Description |
|---|---|
static Predicate<com.netflix.zuul.context.RequestContext> |
all() |
static Predicate<com.netflix.zuul.context.RequestContext> |
antPath(String pathPattern) |
static Predicate<com.netflix.zuul.context.RequestContext> |
exactPath(String path) |
static Predicate<com.netflix.zuul.context.RequestContext> |
regexPath(String pathPattern) |
Copyright © 2021 Alibaba Group. All rights reserved.