类 ClientResDecoder
- java.lang.Object
-
- tech.blacklake.dev.openapi.sdk.client.decoder.ClientResDecoder
-
- 所有已实现的接口:
feign.codec.Decoder
public class ClientResDecoder extends Object implements feign.codec.Decoder
-
-
字段概要
字段 修饰符和类型 字段 说明 static com.fasterxml.jackson.databind.ObjectMapperobjectMapper
-
构造器概要
构造器 构造器 说明 ClientResDecoder(TokenManager tokenManager, Config config)
-
-
-
构造器详细资料
-
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- 抛出:
IOExceptionfeign.codec.DecodeExceptionfeign.FeignException
-
-