Package | Description |
---|---|
feign | |
feign.codec |
Modifier and Type | Method and Description |
---|---|
Feign.Builder |
Feign.Builder.decoder(Decoder decoder) |
Feign.Builder |
Feign.Builder.mapAndDecode(ResponseMapper mapper,
Decoder decoder)
Allows to map the response before passing it to the decoder.
|
Modifier and Type | Class and Description |
---|---|
static class |
Decoder.Default
Default implementation of
Decoder . |
class |
StringDecoder |
Copyright © 2012–2017 OpenFeign. All rights reserved.