Uses of Interface
org.springframework.cloud.gateway.support.Visitor
-
Packages that use Visitor Package Description org.springframework.cloud.gateway.handler org.springframework.cloud.gateway.handler.predicate -
-
Uses of Visitor in org.springframework.cloud.gateway.handler
Methods in org.springframework.cloud.gateway.handler with parameters of type Visitor Modifier and Type Method Description default voidAsyncPredicate. accept(Visitor visitor)voidAsyncPredicate.AndAsyncPredicate. accept(Visitor visitor)voidAsyncPredicate.DefaultAsyncPredicate. accept(Visitor visitor)voidAsyncPredicate.OrAsyncPredicate. accept(Visitor visitor) -
Uses of Visitor in org.springframework.cloud.gateway.handler.predicate
Methods in org.springframework.cloud.gateway.handler.predicate with parameters of type Visitor Modifier and Type Method Description default voidGatewayPredicate. accept(Visitor visitor)voidGatewayPredicate.AndGatewayPredicate. accept(Visitor visitor)voidGatewayPredicate.GatewayPredicateWrapper. accept(Visitor visitor)voidGatewayPredicate.NegateGatewayPredicate. accept(Visitor visitor)voidGatewayPredicate.OrGatewayPredicate. accept(Visitor visitor)
-