Uses of Class
org.springframework.cloud.gateway.filter.factory.rewrite.ModifyResponseBodyGatewayFilterFactory.Config
-
Packages that use ModifyResponseBodyGatewayFilterFactory.Config Package Description org.springframework.cloud.gateway.filter.factory.rewrite org.springframework.cloud.gateway.route.builder -
-
Uses of ModifyResponseBodyGatewayFilterFactory.Config in org.springframework.cloud.gateway.filter.factory.rewrite
Methods in org.springframework.cloud.gateway.filter.factory.rewrite with parameters of type ModifyResponseBodyGatewayFilterFactory.Config Modifier and Type Method Description GatewayFilterModifyResponseBodyGatewayFilterFactory. apply(ModifyResponseBodyGatewayFilterFactory.Config config)Method parameters in org.springframework.cloud.gateway.filter.factory.rewrite with type arguments of type ModifyResponseBodyGatewayFilterFactory.Config Modifier and Type Method Description voidModifyResponseBodyGatewayFilterFactory.ModifyResponseGatewayFilter. setFactory(GatewayFilterFactory<ModifyResponseBodyGatewayFilterFactory.Config> gatewayFilterFactory)Constructors in org.springframework.cloud.gateway.filter.factory.rewrite with parameters of type ModifyResponseBodyGatewayFilterFactory.Config Constructor Description ModifiedServerHttpResponse(org.springframework.web.server.ServerWebExchange exchange, ModifyResponseBodyGatewayFilterFactory.Config config)ModifyResponseGatewayFilter(ModifyResponseBodyGatewayFilterFactory.Config config) -
Uses of ModifyResponseBodyGatewayFilterFactory.Config in org.springframework.cloud.gateway.route.builder
Method parameters in org.springframework.cloud.gateway.route.builder with type arguments of type ModifyResponseBodyGatewayFilterFactory.Config Modifier and Type Method Description <T,R>
GatewayFilterSpecGatewayFilterSpec. modifyResponseBody(Consumer<ModifyResponseBodyGatewayFilterFactory.Config> configConsumer)A filter that can be used to modify the response body using custom spec.
-