Uses of Interface
org.springframework.cloud.gateway.handler.predicate.GatewayPredicate
Packages that use GatewayPredicate
-
Uses of GatewayPredicate in org.springframework.cloud.gateway.handler.predicate
Classes in org.springframework.cloud.gateway.handler.predicate that implement GatewayPredicateModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classMethods in org.springframework.cloud.gateway.handler.predicate that return GatewayPredicateModifier and TypeMethodDescriptionstatic GatewayPredicateGatewayPredicate.wrapIfNeeded(Predicate<? super org.springframework.web.server.ServerWebExchange> other) Constructors in org.springframework.cloud.gateway.handler.predicate with parameters of type GatewayPredicateModifierConstructorDescriptionAndGatewayPredicate(GatewayPredicate left, GatewayPredicate right) NegateGatewayPredicate(GatewayPredicate predicate) OrGatewayPredicate(GatewayPredicate left, GatewayPredicate right)