Class DefaultDocument
- java.lang.Object
-
- software.amazon.awssdk.enhanced.dynamodb.internal.DefaultDocument
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DefaultDocument
create(Map<String,AttributeValue> itemMap)
boolean
equals(Object o)
<T> T
getItem(MappedTableResource<T> mappedTableResource)
Get the table item associated with the table schema in the mapped table resource.int
hashCode()
-
-
-
Method Detail
-
create
public static DefaultDocument create(Map<String,AttributeValue> itemMap)
-
getItem
public <T> T getItem(MappedTableResource<T> mappedTableResource)
Description copied from interface:Document
Get the table item associated with the table schema in the mapped table resource.
-
-