Uses of Class
org.springframework.cloud.gateway.filter.factory.StripPrefixGatewayFilterFactory.Config
Packages that use StripPrefixGatewayFilterFactory.Config
-
Uses of StripPrefixGatewayFilterFactory.Config in org.springframework.cloud.gateway.filter.factory
Subclasses with type arguments of type StripPrefixGatewayFilterFactory.Config in org.springframework.cloud.gateway.filter.factoryModifier and TypeClassDescriptionclassThis filter removes the first part of the path, known as the prefix, from the request before sending it downstream.Methods in org.springframework.cloud.gateway.filter.factory with parameters of type StripPrefixGatewayFilterFactory.ConfigModifier and TypeMethodDescriptionStripPrefixGatewayFilterFactory.apply(StripPrefixGatewayFilterFactory.Config config)