public static class GatewayPredicate.GatewayPredicateWrapper extends Object implements GatewayPredicate
GatewayPredicate.AndGatewayPredicate, GatewayPredicate.GatewayPredicateWrapper, GatewayPredicate.NegateGatewayPredicate, GatewayPredicate.OrGatewayPredicate| Constructor and Description |
|---|
GatewayPredicateWrapper(Predicate<? super org.springframework.web.server.ServerWebExchange> delegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(org.springframework.web.server.ServerWebExchange exchange) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitand, negate, or, wrapIfNeededpublic GatewayPredicateWrapper(Predicate<? super org.springframework.web.server.ServerWebExchange> delegate)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.