| Package | Description |
|---|---|
| io.konik.csv.converter | |
| io.konik.csv.mapper |
| Modifier and Type | Method and Description |
|---|---|
static Row |
InvoiceToRowConverter.convert(Invoice invoice) |
| Modifier and Type | Method and Description |
|---|---|
static Invoice |
RowToInvoiceConverter.convert(Row row) |
| Modifier and Type | Method and Description |
|---|---|
Row |
CsvInvoicesReader.ConvertedRow.getRow() |
Row |
CsvInvoicesReader.RowError.getRow() |
| Constructor and Description |
|---|
ConvertedRow(int rowNumber,
Row row,
Invoice invoice) |
RowError(int rowNumber,
Row row,
String errorMessage,
Exception exception) |
Copyright © 2014-2016 Konik.io. All Rights Reserved.