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