| Modifier and Type | Method and Description |
|---|---|
static Selector<org.springframework.http.MediaType> |
Selectors.contentType()
A
Selector that selects the best binding based on the response's content type. |
static Selector<org.springframework.http.HttpStatus.Series> |
Selectors.series()
A
Selector that selects a binding based on the response's status code series |
static Selector<org.springframework.http.HttpStatus> |
Selectors.status()
A
Selector that selects a binding based on the response's status. |
static Selector<Integer> |
Selectors.statusCode()
A
Selector that selects a binding based on the response's status code. |
| Modifier and Type | Method and Description |
|---|---|
<A> Retriever |
Dispatcher.dispatch(Selector<A> selector,
Binding<A>... bindings) |
<B> Binding<A> |
UntypedCondition.dispatch(Selector<B> selector,
Binding<B>... bindings) |
Copyright © 2015 Zalando SE. All rights reserved.