Uses of Class
org.springframework.cloud.gateway.handler.predicate.BetweenRoutePredicateFactory.Config
-
Packages that use BetweenRoutePredicateFactory.Config Package Description org.springframework.cloud.gateway.handler.predicate -
-
Uses of BetweenRoutePredicateFactory.Config in org.springframework.cloud.gateway.handler.predicate
Methods in org.springframework.cloud.gateway.handler.predicate that return BetweenRoutePredicateFactory.Config Modifier and Type Method Description BetweenRoutePredicateFactory.ConfigBetweenRoutePredicateFactory.Config. setDatetime1(ZonedDateTime datetime1)BetweenRoutePredicateFactory.ConfigBetweenRoutePredicateFactory.Config. setDatetime2(ZonedDateTime datetime2)Methods in org.springframework.cloud.gateway.handler.predicate with parameters of type BetweenRoutePredicateFactory.Config Modifier and Type Method Description Predicate<org.springframework.web.server.ServerWebExchange>BetweenRoutePredicateFactory. apply(BetweenRoutePredicateFactory.Config config)
-