Package feign.codec

Class JsonObjectDecoder

  • All Implemented Interfaces:
    feign.codec.Decoder

    public class JsonObjectDecoder
    extends Object
    implements feign.codec.Decoder
    • Constructor Detail

      • JsonObjectDecoder

        public JsonObjectDecoder()
    • Method Detail

      • 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