Hierarchy For Package org.springframework.cloud.gateway.route
Class Hierarchy
- java.lang.Object
- org.springframework.cloud.gateway.route.CachingRouteDefinitionLocator (implements org.springframework.context.ApplicationListener<E>, org.springframework.cloud.gateway.route.RouteDefinitionLocator)
- org.springframework.cloud.gateway.route.CachingRouteLocator (implements org.springframework.context.ApplicationEventPublisherAware, org.springframework.context.ApplicationListener<E>, org.springframework.core.Ordered, org.springframework.cloud.gateway.route.RouteLocator)
- org.springframework.cloud.gateway.route.CompositeRouteDefinitionLocator (implements org.springframework.cloud.gateway.route.RouteDefinitionLocator)
- org.springframework.cloud.gateway.route.CompositeRouteLocator (implements org.springframework.cloud.gateway.route.RouteLocator)
- org.springframework.cloud.gateway.route.InMemoryRouteDefinitionRepository (implements org.springframework.cloud.gateway.route.RouteDefinitionRepository)
- org.springframework.cloud.gateway.route.RedisRouteDefinitionRepository (implements org.springframework.cloud.gateway.route.RouteDefinitionRepository)
- org.springframework.cloud.gateway.route.Route (implements org.springframework.core.Ordered)
- org.springframework.cloud.gateway.route.Route.AbstractBuilder<B> (implements org.springframework.cloud.gateway.route.builder.Buildable<T>)
- org.springframework.cloud.gateway.route.Route.AsyncBuilder
- org.springframework.cloud.gateway.route.Route.Builder
- org.springframework.cloud.gateway.route.RouteDefinition
- org.springframework.cloud.gateway.route.RouteDefinitionMetrics (implements org.springframework.context.ApplicationListener<E>)
- org.springframework.cloud.gateway.route.RouteDefinitionRouteLocator (implements org.springframework.cloud.gateway.route.RouteLocator)
- org.springframework.cloud.gateway.route.RouteRefreshListener (implements org.springframework.context.ApplicationListener<E>)
Interface Hierarchy
- org.springframework.cloud.gateway.route.RouteDefinitionLocator
- org.springframework.cloud.gateway.route.RouteDefinitionRepository (also extends org.springframework.cloud.gateway.route.RouteDefinitionWriter)
- org.springframework.cloud.gateway.route.RouteDefinitionWriter
- org.springframework.cloud.gateway.route.RouteDefinitionRepository (also extends org.springframework.cloud.gateway.route.RouteDefinitionLocator)
- org.springframework.cloud.gateway.route.RouteLocator