类 BatchGetItemResponseContentUnmarshaller
- java.lang.Object
-
- com.baidubce.services.moladb.model.transform.BatchGetItemResponseContentUnmarshaller
-
- 所有已实现的接口:
Unmarshaller<Map<String,List<Map<String,AttributeValue>>>,com.fasterxml.jackson.databind.JsonNode>
public class BatchGetItemResponseContentUnmarshaller extends Object implements Unmarshaller<Map<String,List<Map<String,AttributeValue>>>,com.fasterxml.jackson.databind.JsonNode>
-
-
构造器概要
构造器 构造器 说明 BatchGetItemResponseContentUnmarshaller()
-
-
-
方法详细资料
-
unmarshall
public Map<String,List<Map<String,AttributeValue>>> unmarshall(com.fasterxml.jackson.databind.JsonNode rootObj) throws Exception
- 指定者:
unmarshall在接口中Unmarshaller<Map<String,List<Map<String,AttributeValue>>>,com.fasterxml.jackson.databind.JsonNode>- 抛出:
Exception
-
-