public class CookieRoutePredicateFactory extends AbstractRoutePredicateFactory<CookieRoutePredicateFactory.Config>
| Modifier and Type | Class and Description |
|---|---|
static class |
CookieRoutePredicateFactory.Config |
ShortcutConfigurable.ShortcutType| Modifier and Type | Field and Description |
|---|---|
static String |
NAME_KEY
Name key.
|
static String |
REGEXP_KEY
Regexp key.
|
PATTERN_KEY| Constructor and Description |
|---|
CookieRoutePredicateFactory() |
| Modifier and Type | Method and Description |
|---|---|
Predicate<org.springframework.web.server.ServerWebExchange> |
apply(CookieRoutePredicateFactory.Config config) |
List<String> |
shortcutFieldOrder()
Returns hints about the number of args and the order for shortcut parsing.
|
getConfigClass, newConfig, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapply, applyAsync, applyAsync, beforeApply, getConfigClass, name, newConfiggetValue, normalizeKey, shortcutFieldPrefix, shortcutTypepublic static final String NAME_KEY
public static final String REGEXP_KEY
public List<String> shortcutFieldOrder()
ShortcutConfigurablepublic Predicate<org.springframework.web.server.ServerWebExchange> apply(CookieRoutePredicateFactory.Config config)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.