类 FeignClientConfig.FeignResultDecoder
java.lang.Object
cn.airfei.aircore.core.config.FeignClientConfig.FeignResultDecoder
- 所有已实现的接口:
feign.codec.Decoder
- 封闭类:
- FeignClientConfig
feign 返回值处理
-
嵌套类概要
从接口继承的嵌套类/接口 feign.codec.Decoder
feign.codec.Decoder.Default -
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
FeignResultDecoder
public FeignResultDecoder()
-
-
方法详细资料
-
decode
public Object decode(feign.Response response, Type type) throws IOException, feign.codec.DecodeException, feign.FeignException - 指定者:
decode在接口中feign.codec.Decoder- 抛出:
IOExceptionfeign.codec.DecodeExceptionfeign.FeignException
-