Uses of Class
org.springframework.cloud.gateway.handler.predicate.PathRoutePredicateFactory.Config
Packages that use PathRoutePredicateFactory.Config
-
Uses of PathRoutePredicateFactory.Config in org.springframework.cloud.gateway.handler.predicate
Subclasses with type arguments of type PathRoutePredicateFactory.Config in org.springframework.cloud.gateway.handler.predicateMethods in org.springframework.cloud.gateway.handler.predicate that return PathRoutePredicateFactory.ConfigModifier and TypeMethodDescriptionPathRoutePredicateFactory.Config.setMatchTrailingSlash(boolean matchTrailingSlash) PathRoutePredicateFactory.Config.setPatterns(List<String> patterns) Methods in org.springframework.cloud.gateway.handler.predicate with parameters of type PathRoutePredicateFactory.ConfigModifier and TypeMethodDescriptionPredicate<org.springframework.web.server.ServerWebExchange> PathRoutePredicateFactory.apply(PathRoutePredicateFactory.Config config)