| Modifier and Type | Class and Description |
|---|---|
class |
DataFrameHeader
Created by algru on 11.06.2017.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataContainer<H extends Header,R extends Row>
Created by Alex on 14.03.2016.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicHeader
Created by Alex on 15.03.2016.
|
class |
BasicTypeHeader<T>
Created by Alex on 09.03.2016.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
DataMapper.map(DataContainer<? extends Header,? extends Row> reader,
Class<T> cl)
Maps a
DataContainer to a list
The specified type of entities in the list must have MappedColumn annotated fields. |
static <T> Iterable<T> |
DataMapper.mapEach(DataContainer<? extends Header,? extends Row> reader,
Class<T> cl)
Returns an iterable over mapped entities from the data container
The specified type of entities must have
MappedColumn annotated fields. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHeaderRow<T,H extends Header<T>,V> |
class |
BasicRow<T,H extends Header<T>,V>
Created by Alex on 19.05.2017.
|
class |
StringRow<T,H extends Header<T>>
Created by Alex on 19.05.2017.
|
class |
UpdatableRow<T,H extends Header<T>,V>
Created by Alex on 19.05.2017.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CSVHeader
Created by Alex on 09.03.2016.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CSVWriter.writeHeader(BufferedWriter bufferedWriter,
Header<?> header) |
| Modifier and Type | Class and Description |
|---|---|
class |
GroupHeader
Created by Alex on 11.03.2016.
|
Copyright © 2020. All rights reserved.