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 Details

    • JsonObjectDecoder

      public JsonObjectDecoder()
  • Method Details

    • decode

      public Object decode(feign.Response response, Type type) throws IOException, feign.FeignException
      Specified by:
      decode in interface feign.codec.Decoder
      Throws:
      IOException
      feign.FeignException