Package | Description |
---|---|
org.josef.util.csv |
Utility Classes to handle csv (comma separated values) data.
|
Modifier and Type | Method and Description |
---|---|
static String |
CsvUtil.csvColumnToString(Object column,
Formatter formatter)
Formats the supplied column using the supplied formatter.
|
static String |
CsvUtil.csvRowFromValues(Character separator,
Formatter formatter,
Object... values)
Converts the supplied values to a single String consisting of properly
quoted columns (that are converted to a String using the supplied
formatter), separated by the supplied column separator.
|
static String |
CsvUtil.objectToCsvRow(Object object,
List<Method> getters,
Formatter formatter,
Character columnSeparator)
Converts the supplied object to a single row of csv data.
|
Copyright © 2008–2018. All rights reserved.