Class GatewayPredicate.OrGatewayPredicate
java.lang.Object
org.springframework.cloud.gateway.handler.predicate.GatewayPredicate.OrGatewayPredicate
- All Implemented Interfaces:
Predicate<org.springframework.web.server.ServerWebExchange>, GatewayPredicate, HasConfig
- Enclosing interface:
GatewayPredicate
-
Nested Class Summary
Nested classes/interfaces inherited from interface GatewayPredicate
GatewayPredicate.AndGatewayPredicate, GatewayPredicate.GatewayPredicateWrapper, GatewayPredicate.NegateGatewayPredicate, GatewayPredicate.OrGatewayPredicate -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface GatewayPredicate
and, negate, or
-
Constructor Details
-
OrGatewayPredicate
-
-
Method Details
-
test
-
accept
- Specified by:
acceptin interfaceGatewayPredicate
-
toString
-