Package feign.codec
Class JsonObjectDecoder
- java.lang.Object
-
- feign.codec.JsonObjectDecoder
-
- All Implemented Interfaces:
feign.codec.Decoder
public class JsonObjectDecoder extends Object implements feign.codec.Decoder
-
-
Constructor Summary
Constructors Constructor Description JsonObjectDecoder()
-
-
-
Method Detail
-
decode
public Object decode(feign.Response response, Type type) throws IOException, feign.FeignException
- Specified by:
decodein interfacefeign.codec.Decoder- Throws:
IOExceptionfeign.FeignException
-
-