Uses of Class
org.springframework.cloud.gateway.route.builder.UriSpec
Packages that use UriSpec
-
Uses of UriSpec in org.springframework.cloud.gateway.route.builder
Subclasses of UriSpec in org.springframework.cloud.gateway.route.builderModifier and TypeClassDescriptionclassA spec used to apply logical operators.static classstatic classstatic classclassApplies specific filters to routes.classPredicates that can be applied to a URI route.Methods in org.springframework.cloud.gateway.route.builder that return UriSpecModifier and TypeMethodDescriptionUriSpec.customize(Consumer<Route.AsyncBuilder> routeConsumer) BooleanSpec.filters(Function<GatewayFilterSpec, UriSpec> fn) Add filters to the route definition.UriSpec.replaceMetadata(Map<String, Object> metadata) Method parameters in org.springframework.cloud.gateway.route.builder with type arguments of type UriSpecModifier and TypeMethodDescriptionBooleanSpec.filters(Function<GatewayFilterSpec, UriSpec> fn) Add filters to the route definition.