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