Uses of Class
org.springframework.cloud.gateway.handler.predicate.BetweenRoutePredicateFactory.Config
Packages that use BetweenRoutePredicateFactory.Config
-
Uses of BetweenRoutePredicateFactory.Config in org.springframework.cloud.gateway.handler.predicate
Subclasses with type arguments of type BetweenRoutePredicateFactory.Config in org.springframework.cloud.gateway.handler.predicateMethods in org.springframework.cloud.gateway.handler.predicate that return BetweenRoutePredicateFactory.ConfigModifier and TypeMethodDescriptionBetweenRoutePredicateFactory.Config.setDatetime1(ZonedDateTime datetime1) BetweenRoutePredicateFactory.Config.setDatetime2(ZonedDateTime datetime2) Methods in org.springframework.cloud.gateway.handler.predicate with parameters of type BetweenRoutePredicateFactory.ConfigModifier and TypeMethodDescriptionPredicate<org.springframework.web.server.ServerWebExchange> BetweenRoutePredicateFactory.apply(BetweenRoutePredicateFactory.Config config)