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