类 GetRowResponseUnmarshaller
- java.lang.Object
-
- com.baidubce.services.tablestorage.model.transform.GetRowResponseUnmarshaller
-
- 所有已实现的接口:
Unmarshaller<GetRowResponse,InputStream>
public class GetRowResponseUnmarshaller extends Object implements Unmarshaller<GetRowResponse,InputStream>
Used to parse BatchGetRowResponse from HttpResponse body
-
-
构造器概要
构造器 构造器 说明 GetRowResponseUnmarshaller(AbstractBceResponse response)Constructs a get row response unmarshaller with response object.
-
-
-
构造器详细资料
-
GetRowResponseUnmarshaller
public GetRowResponseUnmarshaller(AbstractBceResponse response)
Constructs a get row response unmarshaller with response object.- 参数:
response- The get row response object used to store unmarshalled result.
-
-
方法详细资料
-
unmarshall
public GetRowResponse unmarshall(InputStream in) throws Exception
Unmarshal the result of response from TableStorage.- 指定者:
unmarshall在接口中Unmarshaller<GetRowResponse,InputStream>- 参数:
in- The input stream of content to be unmarshalled.- 返回:
- The get row response object.
- 抛出:
Exception
-
-