Uses of Class
org.springframework.cloud.gateway.handler.predicate.ReadBodyRoutePredicateFactory.Config
-
Packages that use ReadBodyRoutePredicateFactory.Config Package Description org.springframework.cloud.gateway.handler.predicate -
-
Uses of ReadBodyRoutePredicateFactory.Config in org.springframework.cloud.gateway.handler.predicate
Methods in org.springframework.cloud.gateway.handler.predicate that return ReadBodyRoutePredicateFactory.Config Modifier and Type Method Description ReadBodyRoutePredicateFactory.ConfigReadBodyRoutePredicateFactory.Config. setHints(Map<String,Object> hints)ReadBodyRoutePredicateFactory.ConfigReadBodyRoutePredicateFactory.Config. setInClass(Class inClass)<T> ReadBodyRoutePredicateFactory.ConfigReadBodyRoutePredicateFactory.Config. setPredicate(Class<T> inClass, Predicate<T> predicate)ReadBodyRoutePredicateFactory.ConfigReadBodyRoutePredicateFactory.Config. setPredicate(Predicate predicate)Methods in org.springframework.cloud.gateway.handler.predicate with parameters of type ReadBodyRoutePredicateFactory.Config Modifier and Type Method Description Predicate<org.springframework.web.server.ServerWebExchange>ReadBodyRoutePredicateFactory. apply(ReadBodyRoutePredicateFactory.Config config)AsyncPredicate<org.springframework.web.server.ServerWebExchange>ReadBodyRoutePredicateFactory. applyAsync(ReadBodyRoutePredicateFactory.Config config)
-