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