-
final class
final class
final class
Route.call(com.google.common.reflect.TypeToken<I> type,
org.zalando.fauxpas.ThrowingConsumer<I,? extends Exception> consumer)
Route.call(Class<I> type,
org.zalando.fauxpas.ThrowingConsumer<I,? extends Exception> consumer)
Route.call(org.zalando.fauxpas.ThrowingConsumer<org.springframework.http.client.ClientHttpResponse,? extends Exception> consumer)
Route.call(org.zalando.fauxpas.ThrowingRunnable<? extends Exception> runnable)
Produces a
Route that ignores the response without actively
discarding the response body.
Produces a
Route that ignores the response by actively discarding the response body.
RoutingTree.get(A attribute)
EqualityNavigator.navigate(org.springframework.http.client.ClientHttpResponse response,
RoutingTree<A> tree)
Navigator.navigate(org.springframework.http.client.ClientHttpResponse response,
RoutingTree<A> tree)
A static factory to create bindings.