Uses of Class
org.springframework.cloud.gateway.filter.factory.RewritePathGatewayFilterFactory.Config
-
Packages that use RewritePathGatewayFilterFactory.Config Package Description org.springframework.cloud.gateway.filter.factory -
-
Uses of RewritePathGatewayFilterFactory.Config in org.springframework.cloud.gateway.filter.factory
Methods in org.springframework.cloud.gateway.filter.factory that return RewritePathGatewayFilterFactory.Config Modifier and Type Method Description RewritePathGatewayFilterFactory.ConfigRewritePathGatewayFilterFactory.Config. setRegexp(String regexp)RewritePathGatewayFilterFactory.ConfigRewritePathGatewayFilterFactory.Config. setReplacement(String replacement)Methods in org.springframework.cloud.gateway.filter.factory with parameters of type RewritePathGatewayFilterFactory.Config Modifier and Type Method Description GatewayFilterRewritePathGatewayFilterFactory. apply(RewritePathGatewayFilterFactory.Config config)
-