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,
java.lang.String errorMessage,
java.lang.Exception exception) |
Copyright © 2014-2018 Konik.io. All Rights Reserved.