| Modifier and Type | Class and Description |
|---|---|
class |
DataFrameHeader
Created by Alex on 09.03.2016.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataContainer<H extends Header,R extends Row>
Created by Alex on 14.03.2016.
|
interface |
ReaderBuilder<H extends Header,R extends Row>
Created by Alex on 07.06.2016.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataWriter.print(DataContainer<? extends Header,? extends Row> dataContainer)
Prints a data container to
System.out |
void |
DataWriter.print(PrintStream printStream,
DataContainer<? extends Header,? extends Row> dataContainer)
Prints a data container to a
PrintStream |
void |
DataWriter.write(File file,
DataContainer<? extends Header,? extends Row> dataContainer)
Writes a data container into a file
|
| 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> Iterator<T> |
DataMapper.mapEach(DataContainer<? extends Header,? extends Row> reader,
Class<T> cl)
Returns an iterator over mapped entities from the data container
The specified type of entities must have
MappedColumn annotated fields. |
| Modifier and Type | Class and Description |
|---|---|
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 |
UpdateableRow<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.print(DataContainer<? extends Header,? extends Row> dataContainer) |
void |
CSVWriter.print(PrintStream printWriter,
DataContainer<? extends Header,? extends Row> dataContainer) |
void |
CSVWriter.write(File file,
DataContainer<? extends Header,? extends Row> dataContainer) |
| Modifier and Type | Class and Description |
|---|---|
class |
GroupHeader
Created by Alex on 11.03.2016.
|
Copyright © 2017. All rights reserved.