Uses of Class
org.springframework.cloud.gateway.handler.RoutePredicateHandlerMapping
Packages that use RoutePredicateHandlerMapping
Package
Description
TODO: package javadoc.
-
Uses of RoutePredicateHandlerMapping in org.springframework.cloud.gateway.config
Methods in org.springframework.cloud.gateway.config that return RoutePredicateHandlerMappingModifier and TypeMethodDescriptionGatewayAutoConfiguration.routePredicateHandlerMapping(FilteringWebHandler webHandler, RouteLocator routeLocator, GlobalCorsProperties globalCorsProperties, org.springframework.core.env.Environment environment) Methods in org.springframework.cloud.gateway.config with parameters of type RoutePredicateHandlerMappingModifier and TypeMethodDescriptionGatewayAutoConfiguration.corsGatewayFilterApplicationListener(GlobalCorsProperties globalCorsProperties, RoutePredicateHandlerMapping routePredicateHandlerMapping, RouteLocator routeLocator) -
Uses of RoutePredicateHandlerMapping in org.springframework.cloud.gateway.filter.cors
Constructors in org.springframework.cloud.gateway.filter.cors with parameters of type RoutePredicateHandlerMappingModifierConstructorDescriptionCorsGatewayFilterApplicationListener(GlobalCorsProperties globalCorsProperties, RoutePredicateHandlerMapping routePredicateHandlerMapping, RouteLocator routeLocator)