@Deprecated public class EntityRowModelMapper extends Object implements ResponseMapper<RowModel>
| Constructor and Description |
|---|
EntityRowModelMapper()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
<T> Iterable<T> |
map(Class<T> type,
Response<RowModel> response)
Deprecated.
Maps the data representation in the given response onto instances of
T. |
public <T> Iterable<T> map(Class<T> type, Response<RowModel> response)
ResponseMapperT.map in interface ResponseMapper<RowModel>T - The type of entity to which the row is to be mappedtype - The Class defining the type to which each entities in the response should be mappedresponse - The Response object containing the data to map onto the objectsIterable of type T containing relevant data extracted from the responseCopyright © 2015–2020 Neo Technology, Inc.. All rights reserved.