| Modifier and Type | Method and Description |
|---|---|
<A> Capture |
Dispatcher.dispatch(Selector<A> selector,
Binding<A>... bindings) |
Capture |
Binding.execute(org.springframework.http.client.ClientHttpResponse response,
List<org.springframework.http.converter.HttpMessageConverter<?>> converters) |
static Capture |
Capture.none() |
static <T> Capture |
Capture.valueOf(T value) |
static <T> Capture |
Capture.valueOf(T value,
Class<T> type) |
static <T> Capture |
Capture.valueOf(T value,
com.google.common.reflect.TypeToken<T> type) |
Copyright © 2015 Zalando SE. All rights reserved.