public class JacksonResponseReader extends ResponseReader
BODY_FRAGMENT_CHARS
Constructor and Description |
---|
JacksonResponseReader(JacksonMapper jacksonMapper,
boolean ignoreHttpErrorCodes) |
Modifier and Type | Method and Description |
---|---|
<T> T |
read(String httpBody,
Type returnType) |
protected RuntimeException |
readException(String httpBody,
Class<? extends RuntimeException> exceptionType) |
findCause, isIgnoreHttpErrorCodes, read
public JacksonResponseReader(JacksonMapper jacksonMapper, boolean ignoreHttpErrorCodes)
public <T> T read(String httpBody, Type returnType) throws IOException
read
in class ResponseReader
IOException
protected RuntimeException readException(String httpBody, Class<? extends RuntimeException> exceptionType) throws IOException
readException
in class ResponseReader
IOException
Copyright © 2012–2016. All rights reserved.