Decoder.Default| Constructor and Description |
|---|
JacksonDecoder() |
JacksonDecoder(Iterable<com.fasterxml.jackson.databind.Module> modules) |
JacksonDecoder(com.fasterxml.jackson.databind.ObjectMapper mapper) |
public JacksonDecoder()
public JacksonDecoder(Iterable<com.fasterxml.jackson.databind.Module> modules)
public JacksonDecoder(com.fasterxml.jackson.databind.ObjectMapper mapper)
public Object decode(Response response, Type type) throws IOException
decode in interface DecoderIOExceptionCopyright © 2012–2020 OpenFeign. All rights reserved.