Uses of Class
org.springframework.cloud.gateway.handler.predicate.ReadBodyRoutePredicateFactory.Config
Packages that use ReadBodyRoutePredicateFactory.Config
-
Uses of ReadBodyRoutePredicateFactory.Config in org.springframework.cloud.gateway.handler.predicate
Subclasses with type arguments of type ReadBodyRoutePredicateFactory.Config in org.springframework.cloud.gateway.handler.predicateModifier and TypeClassDescriptionclassPredicate that reads the body and applies a user provided predicate to run on the body.Methods in org.springframework.cloud.gateway.handler.predicate that return ReadBodyRoutePredicateFactory.ConfigModifier and TypeMethodDescriptionReadBodyRoutePredicateFactory.Config.setInClass(Class inClass) ReadBodyRoutePredicateFactory.Config.setPredicate(Class<T> inClass, Predicate<T> predicate) ReadBodyRoutePredicateFactory.Config.setPredicate(Predicate predicate) Methods in org.springframework.cloud.gateway.handler.predicate with parameters of type ReadBodyRoutePredicateFactory.ConfigModifier and TypeMethodDescriptionPredicate<org.springframework.web.server.ServerWebExchange> ReadBodyRoutePredicateFactory.apply(ReadBodyRoutePredicateFactory.Config config) AsyncPredicate<org.springframework.web.server.ServerWebExchange> ReadBodyRoutePredicateFactory.applyAsync(ReadBodyRoutePredicateFactory.Config config)