Package | Description |
---|---|
feign | |
feign.codec | |
feign.optionals | |
feign.stream |
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 |
Modifier and Type | Class and Description |
---|---|
class |
OptionalDecoder |
Constructor and Description |
---|
OptionalDecoder(Decoder delegate) |
Modifier and Type | Class and Description |
---|---|
class |
StreamDecoder
Iterator based decoder that support streaming.
|
Modifier and Type | Method and Description |
---|---|
static StreamDecoder |
StreamDecoder.create(Decoder iteratorDecoder) |
Copyright © 2012–2018 OpenFeign. All rights reserved.