Uses of Class
feign.codec.DecodeException
-
Packages that use DecodeException Package Description feign.codec -
-
Uses of DecodeException in feign.codec
Methods in feign.codec that throw DecodeException Modifier and Type Method Description java.lang.Object
Decoder. decode(Response response, java.lang.reflect.Type type)
Decodes an http response into an object corresponding to itsgeneric return type
.
-