Uses of Class
org.springframework.cloud.gateway.config.GlobalCorsProperties
-
Packages that use GlobalCorsProperties Package Description org.springframework.cloud.gateway.config org.springframework.cloud.gateway.handler -
-
Uses of GlobalCorsProperties in org.springframework.cloud.gateway.config
Methods in org.springframework.cloud.gateway.config that return GlobalCorsProperties Modifier and Type Method Description GlobalCorsPropertiesGatewayAutoConfiguration. globalCorsProperties()Methods in org.springframework.cloud.gateway.config with parameters of type GlobalCorsProperties Modifier and Type Method Description RoutePredicateHandlerMappingGatewayAutoConfiguration. routePredicateHandlerMapping(FilteringWebHandler webHandler, RouteLocator routeLocator, GlobalCorsProperties globalCorsProperties, org.springframework.core.env.Environment environment) -
Uses of GlobalCorsProperties in org.springframework.cloud.gateway.handler
Constructors in org.springframework.cloud.gateway.handler with parameters of type GlobalCorsProperties Constructor Description RoutePredicateHandlerMapping(FilteringWebHandler webHandler, RouteLocator routeLocator, GlobalCorsProperties globalCorsProperties, org.springframework.core.env.Environment environment)
-