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