public class JacksonResponseHandler<T> extends StandardResponseHandler<T>
| Constructor and Description |
|---|
JacksonResponseHandler(Type type) |
JacksonResponseHandler(Type type,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| Modifier and Type | Method and Description |
|---|---|
protected T |
handleSuccessfulResponse(org.mule.runtime.http.api.domain.message.response.HttpResponse response) |
filterSuccess, handleErrorResponse, handleResponsepublic JacksonResponseHandler(Type type)
public JacksonResponseHandler(Type type, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
protected T handleSuccessfulResponse(org.mule.runtime.http.api.domain.message.response.HttpResponse response)
handleSuccessfulResponse in class StandardResponseHandler<T>Copyright © 2018. All rights reserved.