| Modifier and Type | Interface and Description |
|---|---|
interface |
EntityFunction<F,T,X extends Exception> |
interface |
ResponseEntityFunction<F,T,X extends Exception> |
| Modifier and Type | Method and Description |
|---|---|
static ThrowingFunction<org.springframework.http.client.ClientHttpResponse,org.springframework.http.HttpHeaders,IOException> |
Actions.headers() |
| Modifier and Type | Method and Description |
|---|---|
Capturer<A> |
UntypedCondition.map(ThrowingFunction<org.springframework.http.client.ClientHttpResponse,?,?> function) |
<T> Capturer<A> |
UntypedCondition.map(ThrowingFunction<org.springframework.http.client.ClientHttpResponse,T,?> function,
Class<T> mappedType) |
<T> Capturer<A> |
UntypedCondition.map(ThrowingFunction<org.springframework.http.client.ClientHttpResponse,T,?> function,
com.google.common.reflect.TypeToken<T> mappedType) |
Copyright © 2015 Zalando SE. All rights reserved.