Package | Description |
---|---|
feign | |
feign.codec | |
feign.optionals | |
feign.querymap | |
feign.stream |
Class and Description |
---|
Decoder
Decodes an HTTP response into a single object of the given
type . |
Encoder
Encodes an object into an HTTP request body.
|
ErrorDecoder
Allows you to massage an exception into a application-specific one.
|
Class and Description |
---|
DecodeException
Similar to
javax.websocket.DecodeException , raised when a problem occurs decoding a
message. |
Decoder
Decodes an HTTP response into a single object of the given
type . |
EncodeException
Similar to
javax.websocket.EncodeException , raised when a problem occurs encoding a
message. |
Encoder
Encodes an object into an HTTP request body.
|
ErrorDecoder
Allows you to massage an exception into a application-specific one.
|
StringDecoder |
Class and Description |
---|
Decoder
Decodes an HTTP response into a single object of the given
type . |
Class and Description |
---|
EncodeException
Similar to
javax.websocket.EncodeException , raised when a problem occurs encoding a
message. |
Class and Description |
---|
Decoder
Decodes an HTTP response into a single object of the given
type . |
Copyright © 2012–2021 OpenFeign. All rights reserved.