public static class BooleanSpec.BooleanOpSpec extends PredicateSpec
| Modifier and Type | Method and Description |
|---|---|
BooleanSpec |
asyncPredicate(AsyncPredicate<org.springframework.web.server.ServerWebExchange> predicate) |
BooleanSpec |
not(Function<PredicateSpec,BooleanSpec> fn) |
BooleanSpec |
predicate(Predicate<org.springframework.web.server.ServerWebExchange> predicate) |
after, alwaysTrue, before, between, cloudFoundryRouteService, cookie, createGatewayFilterSpec, header, header, host, method, method, order, path, path, query, query, readBody, remoteAddr, remoteAddr, weightpublic BooleanSpec predicate(Predicate<org.springframework.web.server.ServerWebExchange> predicate)
predicate in class PredicateSpecpublic BooleanSpec asyncPredicate(AsyncPredicate<org.springframework.web.server.ServerWebExchange> predicate)
asyncPredicate in class PredicateSpecpublic BooleanSpec not(Function<PredicateSpec,BooleanSpec> fn)
not in class PredicateSpecCopyright © 2021 Pivotal Software, Inc.. All rights reserved.