Uses of Class
org.springframework.cloud.gateway.route.builder.UriSpec
-
Packages that use UriSpec Package Description org.springframework.cloud.gateway.route.builder -
-
Uses of UriSpec in org.springframework.cloud.gateway.route.builder
Subclasses of UriSpec in org.springframework.cloud.gateway.route.builder Modifier and Type Class Description classBooleanSpecA spec used to apply logical operators.static classBooleanSpec.BooleanOpSpecstatic classBooleanSpec.NotOpSpecclassGatewayFilterSpecApplies specific filters to routes.classPredicateSpecPredicates that can be applied to a URI route.Methods in org.springframework.cloud.gateway.route.builder that return UriSpec Modifier and Type Method Description UriSpecUriSpec. customize(Consumer<Route.AsyncBuilder> routeConsumer)UriSpecBooleanSpec. filters(Function<GatewayFilterSpec,UriSpec> fn)Add filters to the route definition.UriSpecUriSpec. metadata(String key, Object value)UriSpecUriSpec. metadata(Map<String,Object> metadata)UriSpecUriSpec. replaceMetadata(Map<String,Object> metadata)Method parameters in org.springframework.cloud.gateway.route.builder with type arguments of type UriSpec Modifier and Type Method Description UriSpecBooleanSpec. filters(Function<GatewayFilterSpec,UriSpec> fn)Add filters to the route definition.
-