类 TableStorageResultUnmarshaller
- java.lang.Object
-
- com.baidubce.services.tablestorage.model.transform.TableStorageResultUnmarshaller
-
- 所有已实现的接口:
Unmarshaller<TableStorageResult,com.fasterxml.jackson.databind.JsonNode>
public class TableStorageResultUnmarshaller extends Object implements Unmarshaller<TableStorageResult,com.fasterxml.jackson.databind.JsonNode>
Used to parse BatchGetRowResponse from HttpResponse body
-
-
构造器概要
构造器 构造器 说明 TableStorageResultUnmarshaller()
-
-
-
方法详细资料
-
unmarshall
public TableStorageResult unmarshall(com.fasterxml.jackson.databind.JsonNode resultNode) throws Exception
Unmarshal the result of JsonNode- 指定者:
unmarshall在接口中Unmarshaller<TableStorageResult,com.fasterxml.jackson.databind.JsonNode>- 参数:
resultNode- result JsonNode which can be unmarshalled to TableStorageResult object.- 返回:
- The TableStorageResult object unmarshalled from resultNode.
- 抛出:
Exception
-
-