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