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 Decoder
IOException
Copyright © 2012–2022 OpenFeign. All rights reserved.