public class HostRoutePredicateFactory extends AbstractRoutePredicateFactory<HostRoutePredicateFactory.Config>
| Modifier and Type | Class and Description |
|---|---|
static class |
HostRoutePredicateFactory.Config |
ShortcutConfigurable.ShortcutTypePATTERN_KEY| Constructor and Description |
|---|
HostRoutePredicateFactory() |
| Modifier and Type | Method and Description |
|---|---|
Predicate<org.springframework.web.server.ServerWebExchange> |
apply(HostRoutePredicateFactory.Config config) |
void |
setPathMatcher(org.springframework.util.PathMatcher pathMatcher) |
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 void setPathMatcher(org.springframework.util.PathMatcher pathMatcher)
public List<String> shortcutFieldOrder()
ShortcutConfigurablepublic ShortcutConfigurable.ShortcutType shortcutType()
public Predicate<org.springframework.web.server.ServerWebExchange> apply(HostRoutePredicateFactory.Config config)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.