类 ClientResDecoder

  • 所有已实现的接口:
    feign.codec.Decoder

    public class ClientResDecoder
    extends Object
    implements feign.codec.Decoder
    • 字段详细资料

      • objectMapper

        public static final com.fasterxml.jackson.databind.ObjectMapper objectMapper
    • 构造器详细资料

      • ClientResDecoder

        public ClientResDecoder​(TokenManager tokenManager,
                                Config config)
    • 方法详细资料

      • decode

        public Object decode​(feign.Response response,
                             Type type)
                      throws IOException,
                             feign.codec.DecodeException,
                             feign.FeignException
        指定者:
        decode 在接口中 feign.codec.Decoder
        抛出:
        IOException
        feign.codec.DecodeException
        feign.FeignException