类 DecoratedDecoder

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

    public class DecoratedDecoder
    extends DecoratedFeignComponent<feign.codec.Decoder>
    implements feign.codec.Decoder
    从以下版本开始:
    0.0.1
    作者:
    韩超
    • 构造器详细资料

      • DecoratedDecoder

        public DecoratedDecoder​(java.lang.String contextId,
                                org.springframework.cloud.openfeign.FeignContext feignContext,
                                org.springframework.cloud.openfeign.FeignClientProperties clientProperties,
                                feign.codec.Decoder delegate)
    • 方法详细资料

      • decode

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