Hierarchy For Package org.springframework.cloud.gateway.handler.predicate
Class Hierarchy
- java.lang.Object
- org.springframework.cloud.gateway.support.AbstractConfigurable<C> (implements org.springframework.cloud.gateway.support.Configurable<C>)
- org.springframework.cloud.gateway.handler.predicate.AbstractRoutePredicateFactory<C> (implements org.springframework.cloud.gateway.handler.predicate.RoutePredicateFactory<C>)
- org.springframework.cloud.gateway.handler.predicate.AfterRoutePredicateFactory
- org.springframework.cloud.gateway.handler.predicate.BeforeRoutePredicateFactory
- org.springframework.cloud.gateway.handler.predicate.BetweenRoutePredicateFactory
- org.springframework.cloud.gateway.handler.predicate.CloudFoundryRouteServiceRoutePredicateFactory
- org.springframework.cloud.gateway.handler.predicate.CookieRoutePredicateFactory
- org.springframework.cloud.gateway.handler.predicate.HeaderRoutePredicateFactory
- org.springframework.cloud.gateway.handler.predicate.HostRoutePredicateFactory
- org.springframework.cloud.gateway.handler.predicate.MethodRoutePredicateFactory
- org.springframework.cloud.gateway.handler.predicate.PathRoutePredicateFactory
- org.springframework.cloud.gateway.handler.predicate.QueryRoutePredicateFactory
- org.springframework.cloud.gateway.handler.predicate.ReadBodyRoutePredicateFactory
- org.springframework.cloud.gateway.handler.predicate.RemoteAddrRoutePredicateFactory
- org.springframework.cloud.gateway.handler.predicate.VersionRoutePredicateFactory
- org.springframework.cloud.gateway.handler.predicate.WeightRoutePredicateFactory (implements org.springframework.context.ApplicationEventPublisherAware)
- org.springframework.cloud.gateway.handler.predicate.XForwardedRemoteAddrRoutePredicateFactory
- org.springframework.cloud.gateway.handler.predicate.AbstractRoutePredicateFactory<C> (implements org.springframework.cloud.gateway.handler.predicate.RoutePredicateFactory<C>)
- org.springframework.cloud.gateway.handler.predicate.AfterRoutePredicateFactory.Config
- org.springframework.cloud.gateway.handler.predicate.BeforeRoutePredicateFactory.Config
- org.springframework.cloud.gateway.handler.predicate.BetweenRoutePredicateFactory.Config
- org.springframework.cloud.gateway.handler.predicate.CookieRoutePredicateFactory.Config
- org.springframework.cloud.gateway.handler.predicate.GatewayPredicate.AndGatewayPredicate (implements org.springframework.cloud.gateway.handler.predicate.GatewayPredicate)
- org.springframework.cloud.gateway.handler.predicate.GatewayPredicate.GatewayPredicateWrapper (implements org.springframework.cloud.gateway.handler.predicate.GatewayPredicate)
- org.springframework.cloud.gateway.handler.predicate.GatewayPredicate.NegateGatewayPredicate (implements org.springframework.cloud.gateway.handler.predicate.GatewayPredicate)
- org.springframework.cloud.gateway.handler.predicate.GatewayPredicate.OrGatewayPredicate (implements org.springframework.cloud.gateway.handler.predicate.GatewayPredicate)
- org.springframework.cloud.gateway.handler.predicate.HeaderRoutePredicateFactory.Config
- org.springframework.cloud.gateway.handler.predicate.HostRoutePredicateFactory.Config
- org.springframework.cloud.gateway.handler.predicate.MethodRoutePredicateFactory.Config
- org.springframework.cloud.gateway.handler.predicate.PathRoutePredicateFactory.Config
- org.springframework.cloud.gateway.handler.predicate.PredicateDefinition
- org.springframework.cloud.gateway.handler.predicate.QueryRoutePredicateFactory.Config
- org.springframework.cloud.gateway.handler.predicate.ReadBodyRoutePredicateFactory.Config
- org.springframework.cloud.gateway.handler.predicate.RemoteAddrRoutePredicateFactory.Config
- org.springframework.cloud.gateway.handler.predicate.VersionRoutePredicateFactory.Config
- org.springframework.cloud.gateway.handler.predicate.XForwardedRemoteAddrRoutePredicateFactory.Config
- org.springframework.cloud.gateway.support.AbstractConfigurable<C> (implements org.springframework.cloud.gateway.support.Configurable<C>)
Interface Hierarchy
- org.springframework.cloud.gateway.support.Configurable<C>
- org.springframework.cloud.gateway.handler.predicate.RoutePredicateFactory<C> (also extends org.springframework.cloud.gateway.support.ShortcutConfigurable)
- org.springframework.cloud.gateway.support.HasConfig
- org.springframework.cloud.gateway.handler.predicate.GatewayPredicate (also extends java.util.function.Predicate<T>)
- java.util.function.Predicate<T>
- org.springframework.cloud.gateway.handler.predicate.GatewayPredicate (also extends org.springframework.cloud.gateway.support.HasConfig)
- org.springframework.cloud.gateway.support.ShortcutConfigurable
- org.springframework.cloud.gateway.handler.predicate.RoutePredicateFactory<C> (also extends org.springframework.cloud.gateway.support.Configurable<C>)