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
    Modifier and Type
    Class
    Description
    static class 
     

    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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    abstract 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