Class AbstractRoutePredicateFactory<C>

java.lang.Object
org.springframework.cloud.gateway.support.AbstractConfigurable<C>
org.springframework.cloud.gateway.handler.predicate.AbstractRoutePredicateFactory<C>
All Implemented Interfaces:
RoutePredicateFactory<C>, Configurable<C>, ShortcutConfigurable
Direct Known Subclasses:
AfterRoutePredicateFactory, BeforeRoutePredicateFactory, BetweenRoutePredicateFactory, CloudFoundryRouteServiceRoutePredicateFactory, CookieRoutePredicateFactory, HeaderRoutePredicateFactory, HostRoutePredicateFactory, MethodRoutePredicateFactory, PathRoutePredicateFactory, QueryRoutePredicateFactory, ReadBodyRoutePredicateFactory, RemoteAddrRoutePredicateFactory, VersionRoutePredicateFactory, WeightRoutePredicateFactory, XForwardedRemoteAddrRoutePredicateFactory

public abstract class AbstractRoutePredicateFactory<C> extends AbstractConfigurable<C> implements RoutePredicateFactory<C>
  • Constructor Details

    • AbstractRoutePredicateFactory

      public AbstractRoutePredicateFactory(Class<C> configClass)