public class StripPrefixGatewayFilterFactory extends Object implements GatewayFilterFactory
Modifier and Type | Field and Description |
---|---|
static String |
PARTS_KEY |
NAME_KEY, VALUE_KEY
Constructor and Description |
---|
StripPrefixGatewayFilterFactory() |
Modifier and Type | Method and Description |
---|---|
GatewayFilter |
apply(int parts) |
GatewayFilter |
apply(org.springframework.tuple.Tuple args) |
List<String> |
argNames()
Returns hints about the number of args and the order for shortcut parsing.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
mutate, name
validate, validateArgs, validateMin
public static final String PARTS_KEY
public List<String> argNames()
ArgumentHints
argNames
in interface ArgumentHints
public GatewayFilter apply(org.springframework.tuple.Tuple args)
apply
in interface GatewayFilterFactory
public GatewayFilter apply(int parts)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.