Uses of Class
org.springframework.cloud.gateway.filter.factory.rewrite.ModifyResponseBodyGatewayFilterFactory
Packages that use ModifyResponseBodyGatewayFilterFactory
Package
Description
TODO: package javadoc.
-
Uses of ModifyResponseBodyGatewayFilterFactory in org.springframework.cloud.gateway.config
Methods in org.springframework.cloud.gateway.config that return ModifyResponseBodyGatewayFilterFactoryModifier and TypeMethodDescriptionGatewayAutoConfiguration.modifyResponseBodyGatewayFilterFactory(org.springframework.http.codec.ServerCodecConfigurer codecConfigurer, Set<MessageBodyDecoder> bodyDecoders, Set<MessageBodyEncoder> bodyEncoders) -
Uses of ModifyResponseBodyGatewayFilterFactory in org.springframework.cloud.gateway.filter.factory
Constructors in org.springframework.cloud.gateway.filter.factory with parameters of type ModifyResponseBodyGatewayFilterFactoryModifierConstructorDescriptionRemoveJsonAttributesResponseBodyGatewayFilterFactory(ModifyResponseBodyGatewayFilterFactory modifyResponseBodyGatewayFilterFactory)