Decodes an http response into an object corresponding to its java.lang.reflect.Method#getGenericReturnType() generic return type. If you need to wrap exceptions, please do so via DecodeException. @param response the response to decode @param type {@link java.lang.reflect.Method#getG
(Response response, Type type)
| 83 | * @throws FeignException when decoding succeeds, but conveys the operation failed. |
| 84 | */ |
| 85 | Object decode(Response response, Type type) throws IOException, DecodeException, FeignException; |
| 86 | |
| 87 | /** |
| 88 | * @deprecated use {@link DefaultDecoder} instead. |
no outgoing calls