public class PathRoutePredicateFactory extends Object implements RoutePredicateFactory
PATTERN_KEY
Constructor and Description |
---|
PathRoutePredicateFactory() |
Modifier and Type | Method and Description |
---|---|
Predicate<org.springframework.web.server.ServerWebExchange> |
apply(String unparsedPattern) |
Predicate<org.springframework.web.server.ServerWebExchange> |
apply(org.springframework.tuple.Tuple args) |
List<String> |
argNames()
Returns hints about the number of args and the order for shortcut parsing.
|
void |
setPathPatternParser(org.springframework.web.util.pattern.PathPatternParser pathPatternParser) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
name
validate, validateArgs, validateMin
public void setPathPatternParser(org.springframework.web.util.pattern.PathPatternParser pathPatternParser)
public List<String> argNames()
ArgumentHints
argNames
in interface ArgumentHints
public Predicate<org.springframework.web.server.ServerWebExchange> apply(org.springframework.tuple.Tuple args)
apply
in interface RoutePredicateFactory
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.