Interface Document
- All Known Implementing Classes:
 DefaultDocument
A document representing a table item in the form of a map containing attributes and values.
 
 Use the getItem(MappedTableResource) method to transform the collection of attributes into a typed item.
- 
Method Summary
Modifier and TypeMethodDescription<T> TgetItem(MappedTableResource<T> mappedTableResource) Get the table item associated with the table schema in the mapped table resource. 
- 
Method Details
- 
getItem
Get the table item associated with the table schema in the mapped table resource.- Type Parameters:
 T- the type of items in the mapped table resource- Parameters:
 mappedTableResource- the mapped table resource this item was retrieved from- Returns:
 - the item constructed from the document
 
 
 -