| Package | Description |
|---|---|
| com.github.ljtfreitas.restify.http.client.response |
| Modifier and Type | Method and Description |
|---|---|
<E extends EndpointResponseException> |
EndpointResponse.recover(java.lang.Class<? extends E> predicate,
java.util.function.Function<E,EndpointResponse<T>> mapper) |
| Modifier and Type | Method and Description |
|---|---|
EndpointResponseException |
EndpointResponseExceptionFactory.create(com.github.ljtfreitas.restify.http.client.message.response.HttpResponseMessage response) |
| Modifier and Type | Method and Description |
|---|---|
static <T> EndpointResponse<T> |
EndpointResponse.error(EndpointResponseException e) |
| Modifier and Type | Method and Description |
|---|---|
EndpointResponse<T> |
EndpointResponse.recover(java.util.function.Function<EndpointResponseException,EndpointResponse<T>> mapper) |
EndpointResponse<T> |
EndpointResponse.recover(java.util.function.Predicate<EndpointResponseException> predicate,
java.util.function.Function<EndpointResponseException,EndpointResponse<T>> mapper) |
EndpointResponse<T> |
EndpointResponse.recover(java.util.function.Predicate<EndpointResponseException> predicate,
java.util.function.Function<EndpointResponseException,EndpointResponse<T>> mapper) |
Copyright © 2019. All Rights Reserved.