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