public interface ImportModel<E>
| Modifier and Type | Method and Description |
|---|---|
Iterable<ImportableColumn<E,Object>> |
getColumnsForImport() |
char |
getSeparator() |
E |
newEmptyInstance() |
void |
pushCsvHeaderNames(List<String> headerNames) |
Copyright © 2013–2022 Code Lutin. All rights reserved.