Class CustomRoutePredicateFactory
- java.lang.Object
-
- org.springframework.cloud.gateway.support.AbstractConfigurable<C>
-
- org.springframework.cloud.gateway.handler.predicate.AbstractRoutePredicateFactory<CustomRoutePredicateFactory.Config>
-
- org.apache.syncope.sra.predicates.CustomRoutePredicateFactory
-
- All Implemented Interfaces:
org.springframework.cloud.gateway.handler.predicate.RoutePredicateFactory<CustomRoutePredicateFactory.Config>
,org.springframework.cloud.gateway.support.Configurable<CustomRoutePredicateFactory.Config>
,org.springframework.cloud.gateway.support.ShortcutConfigurable
public abstract class CustomRoutePredicateFactory extends org.springframework.cloud.gateway.handler.predicate.AbstractRoutePredicateFactory<CustomRoutePredicateFactory.Config>
Base class for custom predicate factories.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CustomRoutePredicateFactory.Config
-
Nested classes/interfaces inherited from interface org.springframework.cloud.gateway.support.ShortcutConfigurable
org.springframework.cloud.gateway.support.ShortcutConfigurable.GatewayEvaluationContext, org.springframework.cloud.gateway.support.ShortcutConfigurable.RestrictivePropertyAccessor, org.springframework.cloud.gateway.support.ShortcutConfigurable.ShortcutType
-
-
Constructor Summary
Constructors Constructor Description CustomRoutePredicateFactory()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Predicate<ServerWebExchange>
apply(CustomRoutePredicateFactory.Config config)
abstract org.springframework.cloud.gateway.handler.AsyncPredicate<ServerWebExchange>
applyAsync(CustomRoutePredicateFactory.Config config)
-
Methods inherited from class org.springframework.cloud.gateway.support.AbstractConfigurable
getConfigClass, newConfig, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
applyAsync
public abstract org.springframework.cloud.gateway.handler.AsyncPredicate<ServerWebExchange> applyAsync(CustomRoutePredicateFactory.Config config)
-
apply
public Predicate<ServerWebExchange> apply(CustomRoutePredicateFactory.Config config)
-
-