All Methods Static Methods Instance Methods Abstract Methods Default Methods
| Modifier and Type |
Method and Description |
static <I> Route |
call(Class<I> type,
org.zalando.fauxpas.ThrowingConsumer<I,? extends Exception> consumer) |
static Route |
call(org.zalando.fauxpas.ThrowingConsumer<org.springframework.http.client.ClientHttpResponse,? extends Exception> consumer) |
static Route |
call(org.zalando.fauxpas.ThrowingRunnable<? extends Exception> runnable) |
static <I> Route |
call(com.google.common.reflect.TypeToken<I> type,
org.zalando.fauxpas.ThrowingConsumer<I,? extends Exception> consumer) |
void |
execute(org.springframework.http.client.ClientHttpResponse response,
MessageReader reader) |
static org.zalando.fauxpas.ThrowingFunction<org.springframework.http.client.ClientHttpResponse,org.springframework.http.HttpHeaders,IOException> |
headers() |
static <T> com.google.common.reflect.TypeToken<List<T>> |
listOf(Class<T> entityType) |
static <T> com.google.common.reflect.TypeToken<List<T>> |
listOf(com.google.common.reflect.TypeToken<T> entityType) |
static org.zalando.fauxpas.ThrowingFunction<org.springframework.http.client.ClientHttpResponse,URI,IOException> |
location() |
static org.zalando.fauxpas.ThrowingConsumer<org.springframework.http.client.ClientHttpResponse,IOException> |
noRoute() |
static org.zalando.fauxpas.ThrowingConsumer<org.springframework.http.client.ClientHttpResponse,RuntimeException> |
pass() |
static <X extends Exception> org.zalando.fauxpas.ThrowingConsumer<X,IOException> |
propagate() |
static <T> com.google.common.reflect.TypeToken<org.springframework.http.ResponseEntity<T>> |
responseEntityOf(Class<T> entityType) |
static <T> com.google.common.reflect.TypeToken<org.springframework.http.ResponseEntity<T>> |
responseEntityOf(com.google.common.reflect.TypeToken<T> entityType) |
static <T> Route.Adapter<org.springframework.http.client.ClientHttpResponse,T> |
to(org.zalando.fauxpas.ThrowingFunction<org.springframework.http.client.ClientHttpResponse,T,? extends Exception> function) |