Uses of Interface
org.springframework.cloud.gateway.handler.predicate.RoutePredicateFactory
-
-
Uses of RoutePredicateFactory in org.springframework.cloud.gateway.actuate
Fields in org.springframework.cloud.gateway.actuate with type parameters of type RoutePredicateFactory Modifier and Type Field Description protected List<RoutePredicateFactory>AbstractGatewayControllerEndpoint. routePredicates -
Uses of RoutePredicateFactory in org.springframework.cloud.gateway.config.conditional
Methods in org.springframework.cloud.gateway.config.conditional that return types with arguments of type RoutePredicateFactory Modifier and Type Method Description protected Class<? extends RoutePredicateFactory<?>>OnEnabledPredicate. defaultValueClass()Class<? extends RoutePredicateFactory<?>>value()The class components to check for.Method parameters in org.springframework.cloud.gateway.config.conditional with type arguments of type RoutePredicateFactory Modifier and Type Method Description protected 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 RoutePredicateFactory Modifier and Type Class Description classAbstractRoutePredicateFactory<C>classAfterRoutePredicateFactoryclassBeforeRoutePredicateFactoryclassBetweenRoutePredicateFactoryclassCloudFoundryRouteServiceRoutePredicateFactoryCreates a predicate which indicates if the request is intended for a Cloud Foundry Route Service.classCookieRoutePredicateFactoryclassHeaderRoutePredicateFactoryclassHostRoutePredicateFactoryclassMethodRoutePredicateFactoryclassPathRoutePredicateFactoryclassQueryRoutePredicateFactoryclassReadBodyRoutePredicateFactoryPredicate that reads the body and applies a user provided predicate to run on the body.classRemoteAddrRoutePredicateFactoryclassWeightRoutePredicateFactoryclassXForwardedRemoteAddrRoutePredicateFactory -
Uses of RoutePredicateFactory in org.springframework.cloud.gateway.route
Constructor parameters in org.springframework.cloud.gateway.route with type arguments of type RoutePredicateFactory Constructor Description RouteDefinitionRouteLocator(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 RoutePredicateFactory Modifier and Type Method Description static StringNameUtils. normalizeRoutePredicateName(Class<? extends RoutePredicateFactory> clazz)static StringNameUtils. normalizeRoutePredicateNameAsProperty(Class<? extends RoutePredicateFactory> clazz)
-