Class CustomRoutePredicateFactory
java.lang.Object
org.springframework.cloud.gateway.support.AbstractConfigurable<CustomRoutePredicateFactory.Config>
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/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
-
Field Summary
Fields inherited from interface org.springframework.cloud.gateway.handler.predicate.RoutePredicateFactory
PATTERN_KEY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract org.springframework.cloud.gateway.handler.AsyncPredicate
<ServerWebExchange> 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
Methods inherited from interface org.springframework.cloud.gateway.handler.predicate.RoutePredicateFactory
apply, applyAsync, beforeApply, getConfigClass, name, newConfig
Methods inherited from interface org.springframework.cloud.gateway.support.ShortcutConfigurable
shortcutFieldOrder, shortcutFieldPrefix, shortcutType
-
Constructor Details
-
CustomRoutePredicateFactory
public CustomRoutePredicateFactory()
-
-
Method Details
-
applyAsync
public abstract org.springframework.cloud.gateway.handler.AsyncPredicate<ServerWebExchange> applyAsync(CustomRoutePredicateFactory.Config config) -
apply
-