Uses of Interface
org.springframework.cloud.gateway.filter.factory.GatewayFilterFactory
-
-
Uses of GatewayFilterFactory in org.springframework.cloud.gateway.actuate
Fields in org.springframework.cloud.gateway.actuate with type parameters of type GatewayFilterFactory Modifier and Type Field Description protected List<GatewayFilterFactory>AbstractGatewayControllerEndpoint. GatewayFilters -
Uses of GatewayFilterFactory in org.springframework.cloud.gateway.config
Method parameters in org.springframework.cloud.gateway.config with type arguments of type GatewayFilterFactory Modifier and Type Method Description RouteLocatorGatewayAutoConfiguration. routeDefinitionRouteLocator(GatewayProperties properties, List<GatewayFilterFactory> gatewayFilters, List<RoutePredicateFactory> predicates, RouteDefinitionLocator routeDefinitionLocator, ConfigurationService configurationService) -
Uses of GatewayFilterFactory in org.springframework.cloud.gateway.config.conditional
Methods in org.springframework.cloud.gateway.config.conditional that return types with arguments of type GatewayFilterFactory Modifier and Type Method Description protected Class<? extends GatewayFilterFactory<?>>OnEnabledFilter. defaultValueClass()Class<? extends GatewayFilterFactory<?>>value()The class component to check for.Method parameters in org.springframework.cloud.gateway.config.conditional with type arguments of type GatewayFilterFactory Modifier and Type Method Description protected StringOnEnabledFilter. normalizeComponentName(Class<? extends GatewayFilterFactory<?>> filterClass) -
Uses of GatewayFilterFactory in org.springframework.cloud.gateway.filter.factory
-
Uses of GatewayFilterFactory in org.springframework.cloud.gateway.filter.factory.rewrite
Classes in org.springframework.cloud.gateway.filter.factory.rewrite that implement GatewayFilterFactory Modifier and Type Class Description classModifyRequestBodyGatewayFilterFactoryGatewayFilter that modifies the request body.classModifyResponseBodyGatewayFilterFactoryGatewayFilter that modifies the response body.Methods in org.springframework.cloud.gateway.filter.factory.rewrite with parameters of type GatewayFilterFactory Modifier and Type Method Description voidModifyResponseBodyGatewayFilterFactory.ModifyResponseGatewayFilter. setFactory(GatewayFilterFactory<ModifyResponseBodyGatewayFilterFactory.Config> gatewayFilterFactory) -
Uses of GatewayFilterFactory in org.springframework.cloud.gateway.support
Method parameters in org.springframework.cloud.gateway.support with type arguments of type GatewayFilterFactory Modifier and Type Method Description static StringNameUtils. normalizeFilterFactoryName(Class<? extends GatewayFilterFactory> clazz)static StringNameUtils. normalizeFilterFactoryNameAsProperty(Class<? extends GatewayFilterFactory> clazz)
-