Modifier and Type | Method | Description |
---|---|---|
StringParser |
ColumnType.customParser(CsvReadOptions options) |
|
StringParser |
ColumnType.defaultParser() |
Modifier and Type | Method | Description |
---|---|---|
BooleanColumn |
BooleanColumn.appendCell(String object,
StringParser parser) |
|
DateColumn |
DateColumn.appendCell(String string,
StringParser parser) |
|
DateTimeColumn |
DateTimeColumn.appendCell(String stringValue,
StringParser parser) |
|
DoubleColumn |
DoubleColumn.appendCell(String object,
StringParser parser) |
|
StringColumn |
StringColumn.appendCell(String object,
StringParser parser) |
|
TimeColumn |
TimeColumn.appendCell(String object,
StringParser parser) |
Modifier and Type | Method | Description |
---|---|---|
StringParser |
SkipColumnType.customParser(CsvReadOptions options) |
|
StringParser |
SkipColumnType.defaultParser() |
Modifier and Type | Method | Description |
---|---|---|
Column |
Column.appendCell(String stringValue,
StringParser parser) |
Modifier and Type | Class | Description |
---|---|---|
class |
BooleanStringParser |
Modifier and Type | Class | Description |
---|---|---|
class |
DateStringParser |
Modifier and Type | Method | Description |
---|---|---|
StringParser<LocalDate> |
DateColumnType.customParser(CsvReadOptions options) |
|
StringParser<LocalDate> |
DateColumnType.defaultParser() |
Modifier and Type | Class | Description |
---|---|---|
class |
DateTimeStringParser |
Modifier and Type | Method | Description |
---|---|---|
StringParser<LocalDateTime> |
DateTimeColumnType.defaultParser() |
Modifier and Type | Class | Description |
---|---|---|
class |
DoubleStringParser |
Modifier and Type | Class | Description |
---|---|---|
class |
StringStringParser |
Modifier and Type | Class | Description |
---|---|---|
class |
TimeStringParser |
Modifier and Type | Method | Description |
---|---|---|
StringParser<LocalTime> |
TimeColumnType.customParser(CsvReadOptions options) |
|
StringParser<LocalTime> |
TimeColumnType.defaultParser() |
Copyright © 2018. All rights reserved.