Uses of Interface
org.springframework.cloud.gateway.handler.predicate.RoutePredicateFactory
Packages that use RoutePredicateFactory
Package
Description
TODO: package javadoc.
TODO: package javadoc.
-
Uses of RoutePredicateFactory in org.springframework.cloud.gateway.actuate
Fields in org.springframework.cloud.gateway.actuate with type parameters of type RoutePredicateFactoryModifier and TypeFieldDescriptionprotected List<RoutePredicateFactory> AbstractGatewayControllerEndpoint.routePredicates -
Uses of RoutePredicateFactory in org.springframework.cloud.gateway.config.conditional
Subclasses with type arguments of type RoutePredicateFactory in org.springframework.cloud.gateway.config.conditionalMethods in org.springframework.cloud.gateway.config.conditional that return types with arguments of type RoutePredicateFactoryModifier and TypeMethodDescriptionprotected Class<? extends RoutePredicateFactory<?>> OnEnabledPredicate.defaultValueClass()Method parameters in org.springframework.cloud.gateway.config.conditional with type arguments of type RoutePredicateFactoryModifier and TypeMethodDescriptionprotected StringOnEnabledPredicate.normalizeComponentName(Class<? extends RoutePredicateFactory<?>> predicateClass) -
Uses of RoutePredicateFactory in org.springframework.cloud.gateway.handler.predicate
Classes in org.springframework.cloud.gateway.handler.predicate that implement RoutePredicateFactoryModifier and TypeClassDescriptionclassclassclassclassclassCreates a predicate which indicates if the request is intended for a Cloud Foundry Route Service.classclassclassclassclassclassclassPredicate that reads the body and applies a user provided predicate to run on the body.classclassclassclass -
Uses of RoutePredicateFactory in org.springframework.cloud.gateway.route
Constructor parameters in org.springframework.cloud.gateway.route with type arguments of type RoutePredicateFactoryModifierConstructorDescriptionRouteDefinitionRouteLocator(RouteDefinitionLocator routeDefinitionLocator, List<RoutePredicateFactory> predicates, List<GatewayFilterFactory> gatewayFilterFactories, GatewayProperties gatewayProperties, ConfigurationService configurationService) -
Uses of RoutePredicateFactory in org.springframework.cloud.gateway.support
Method parameters in org.springframework.cloud.gateway.support with type arguments of type RoutePredicateFactoryModifier and TypeMethodDescriptionstatic StringNameUtils.normalizeRoutePredicateName(Class<? extends RoutePredicateFactory> clazz) static StringNameUtils.normalizeRoutePredicateNameAsProperty(Class<? extends RoutePredicateFactory> clazz)