public class PathRoutePredicateFactory extends AbstractRoutePredicateFactory<PathRoutePredicateFactory.Config>
Modifier and Type | Class and Description |
---|---|
static class |
PathRoutePredicateFactory.Config |
ShortcutConfigurable.ShortcutType
PATTERN_KEY
Constructor and Description |
---|
PathRoutePredicateFactory() |
Modifier and Type | Method and Description |
---|---|
Predicate<org.springframework.web.server.ServerWebExchange> |
apply(PathRoutePredicateFactory.Config config) |
void |
setPathPatternParser(org.springframework.web.util.pattern.PathPatternParser pathPatternParser) |
List<String> |
shortcutFieldOrder()
Returns hints about the number of args and the order for shortcut parsing.
|
getConfigClass, newConfig, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
apply, beforeApply, getConfigClass, name, newConfig
getValue, normalizeKey, shortcutFieldPrefix, shortcutType
public void setPathPatternParser(org.springframework.web.util.pattern.PathPatternParser pathPatternParser)
public List<String> shortcutFieldOrder()
ShortcutConfigurable
public Predicate<org.springframework.web.server.ServerWebExchange> apply(PathRoutePredicateFactory.Config config)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.