public final class UntypedCondition<A> extends Object
| Constructor and Description |
|---|
UntypedCondition(Optional<A> attribute) |
| Modifier and Type | Method and Description |
|---|---|
Binding<A> |
call(ThrowingConsumer<org.springframework.http.client.ClientHttpResponse,IOException> consumer) |
Binding<A> |
capture() |
<B> Binding<A> |
dispatch(Selector<B> selector,
Binding<B>... bindings) |
Capturer<A> |
map(ThrowingFunction<org.springframework.http.client.ClientHttpResponse,?,IOException> function) |
<T> Capturer<A> |
map(ThrowingFunction<org.springframework.http.client.ClientHttpResponse,?,IOException> function,
Class<T> mappedType) |
<T> Capturer<A> |
map(ThrowingFunction<org.springframework.http.client.ClientHttpResponse,?,IOException> function,
com.google.common.reflect.TypeToken<T> mappedType) |
public Binding<A> call(ThrowingConsumer<org.springframework.http.client.ClientHttpResponse,IOException> consumer)
public Capturer<A> map(ThrowingFunction<org.springframework.http.client.ClientHttpResponse,?,IOException> function)
public <T> Capturer<A> map(ThrowingFunction<org.springframework.http.client.ClientHttpResponse,?,IOException> function, Class<T> mappedType)
public <T> Capturer<A> map(ThrowingFunction<org.springframework.http.client.ClientHttpResponse,?,IOException> function, com.google.common.reflect.TypeToken<T> mappedType)
@SafeVarargs public final <B> Binding<A> dispatch(Selector<B> selector, Binding<B>... bindings) throws UnsupportedResponseException
UnsupportedResponseExceptionCopyright © 2015 Zalando SE. All rights reserved.