public class JsonBaseResponseHandler<T> extends Object implements ResponseHandler<T>
| Modifier and Type | Field and Description |
|---|---|
protected org.codehaus.jackson.map.ObjectMapper |
objectMapper |
| Constructor and Description |
|---|
JsonBaseResponseHandler(Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
T |
handleResponse(org.apache.http.client.methods.HttpRequestBase request,
org.apache.http.HttpResponse response) |
public T handleResponse(org.apache.http.client.methods.HttpRequestBase request, org.apache.http.HttpResponse response) throws IOException
handleResponse in interface ResponseHandler<T>IOExceptionCopyright © 2003–2018 Atlassian. All rights reserved.