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
Methods in org.springframework.cloud.gateway.handler.predicate that return PathRoutePredicateFactory.ConfigModifier and TypeMethodDescriptionPathRoutePredicateFactory.Config.setMatchOptionalTrailingSeparator(boolean matchOptionalTrailingSeparator) Deprecated.PathRoutePredicateFactory.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)
setMatchTrailingSlash(boolean)