public class ShowTableResponseUnmarshaller extends Object implements Unmarshaller<ShowTableResponse,InputStream>
| Constructor and Description |
|---|
ShowTableResponseUnmarshaller(AbstractBceResponse response)
Constructs a show table response unmarshaller with response object.
|
| Modifier and Type | Method and Description |
|---|---|
ShowTableResponse |
unmarshall(InputStream in)
Unmarshal the show table response from TableStorage.
|
public ShowTableResponseUnmarshaller(AbstractBceResponse response)
response - The show table response object used to store unmarshalled result.public ShowTableResponse unmarshall(InputStream in) throws Exception
unmarshall in interface Unmarshaller<ShowTableResponse,InputStream>in - The input stream of content to be unmarshalled.ExceptionCopyright © 2022. All rights reserved.