| Modifier and Type | Interface and Description |
|---|---|
interface |
EqualityNavigator<A> |
| Modifier and Type | Method and Description |
|---|---|
static Navigator<org.springframework.http.MediaType> |
Navigators.contentType()
A
Navigator that selects the best binding based on the response's content type. |
Navigator<A> |
RoutingTree.getNavigator() |
static Navigator<String> |
Navigators.reasonPhrase()
A
Navigator that selects a binding based on the response's reason phrase. |
static Navigator<org.springframework.http.HttpStatus.Series> |
Navigators.series()
A
Navigator that selects a binding based on the response's status code series |
static Navigator<org.springframework.http.HttpStatus> |
Navigators.status()
A
Navigator that selects a binding based on the response's status. |
static Navigator<Integer> |
Navigators.statusCode()
A
Navigator that selects a binding based on the response's status code. |
| Modifier and Type | Method and Description |
|---|---|
<A> CompletableFuture<Void> |
Dispatcher.dispatch(Navigator<A> selector,
Binding<A>... bindings) |
static <A> RoutingTree<A> |
RoutingTree.dispatch(Navigator<A> navigator,
Binding<A>... bindings) |
<A> CompletableFuture<Void> |
Dispatcher.dispatch(Navigator<A> selector,
List<Binding<A>> bindings) |
static <A> RoutingTree<A> |
RoutingTree.dispatch(Navigator<A> navigator,
List<Binding<A>> bindings) |
<B> Binding<A> |
PartialBinding.dispatch(Navigator<B> navigator,
Binding<B>... bindings) |
Copyright © 2015–2017 Zalando SE. All rights reserved.