Uses of Class
org.springframework.cloud.gateway.handler.predicate.CookieRoutePredicateFactory.Config
-
Packages that use CookieRoutePredicateFactory.Config Package Description org.springframework.cloud.gateway.handler.predicate -
-
Uses of CookieRoutePredicateFactory.Config in org.springframework.cloud.gateway.handler.predicate
Methods in org.springframework.cloud.gateway.handler.predicate that return CookieRoutePredicateFactory.Config Modifier and Type Method Description CookieRoutePredicateFactory.ConfigCookieRoutePredicateFactory.Config. setName(String name)CookieRoutePredicateFactory.ConfigCookieRoutePredicateFactory.Config. setRegexp(String regexp)Methods in org.springframework.cloud.gateway.handler.predicate with parameters of type CookieRoutePredicateFactory.Config Modifier and Type Method Description Predicate<org.springframework.web.server.ServerWebExchange>CookieRoutePredicateFactory. apply(CookieRoutePredicateFactory.Config config)
-