Uses of Interface
org.springframework.cloud.gateway.handler.predicate.GatewayPredicate
-
Packages that use GatewayPredicate Package Description org.springframework.cloud.gateway.handler.predicate -
-
Uses of GatewayPredicate in org.springframework.cloud.gateway.handler.predicate
Classes in org.springframework.cloud.gateway.handler.predicate that implement GatewayPredicate Modifier and Type Class Description static classGatewayPredicate.AndGatewayPredicatestatic classGatewayPredicate.GatewayPredicateWrapperstatic classGatewayPredicate.NegateGatewayPredicatestatic classGatewayPredicate.OrGatewayPredicateMethods in org.springframework.cloud.gateway.handler.predicate that return GatewayPredicate Modifier and Type Method Description static GatewayPredicateGatewayPredicate. wrapIfNeeded(Predicate<? super org.springframework.web.server.ServerWebExchange> other)Constructors in org.springframework.cloud.gateway.handler.predicate with parameters of type GatewayPredicate Constructor Description AndGatewayPredicate(GatewayPredicate left, GatewayPredicate right)NegateGatewayPredicate(GatewayPredicate predicate)OrGatewayPredicate(GatewayPredicate left, GatewayPredicate right)
-