Package feign.codec
-
Interface Summary Interface Description Decoder Decodes an HTTP response into a single object of the giventype.Encoder Encodes an object into an HTTP request body.ErrorDecoder Allows you to massage an exception into a application-specific one. -
Class Summary Class Description Decoder.Default Default implementation ofDecoder.Encoder.Default Default implementation ofEncoder.ErrorDecoder.Default ErrorDecoder.RetryAfterDecoder Decodes aUtil.RETRY_AFTERheader into an absolute date, if possible.StringDecoder -
Exception Summary Exception Description DecodeException Similar tojavax.websocket.DecodeException, raised when a problem occurs decoding a message.EncodeException Similar tojavax.websocket.EncodeException, raised when a problem occurs encoding a message.