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