public interface DataContainer<H extends Header,R extends Row> extends RowIterator<R>
| Modifier and Type | Method and Description |
|---|---|
H |
getHeader()
Returns the header of this data container
|
<T> List<T> |
map(Class<T> cl)
Maps this data container to a list of entities.
|
forEach, iterator, spliteratorH getHeader()
<T> List<T> map(Class<T> cl)
T - type of entitiescl - class of resulting entitiesDataMapper.map(DataContainer, Class)Copyright © 2017. All rights reserved.