@ThreadSafe public interface Document
Use the getItem(MappedTableResource)
method to transform the collection of attributes into a typed item.
Modifier and Type | Method and Description |
---|---|
<T> T |
getItem(MappedTableResource<T> mappedTableResource)
Get the table item associated with the table schema in the mapped table resource.
|
<T> T getItem(MappedTableResource<T> mappedTableResource)
T
- the type of items in the mapped table resourcemappedTableResource
- the mapped table resource this item was retrieved fromCopyright © 2023. All rights reserved.