Uses of Package
feign.codec
-
Packages that use feign.codec Package Description feign feign.codec feign.optionals feign.querymap feign.stream -
Classes in feign.codec used by feign Class 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. -
Classes in feign.codec used by feign.codec Class Description DecodeException Similar tojavax.websocket.DecodeException
, raised when a problem occurs decoding a message.Decoder Decodes an HTTP response into a single object of the giventype
.EncodeException Similar tojavax.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 -
Classes in feign.codec used by feign.optionals Class Description Decoder Decodes an HTTP response into a single object of the giventype
. -
Classes in feign.codec used by feign.querymap Class Description EncodeException Similar tojavax.websocket.EncodeException
, raised when a problem occurs encoding a message. -
Classes in feign.codec used by feign.stream Class Description Decoder Decodes an HTTP response into a single object of the giventype
.