Modifier and Type | Method and Description |
---|---|
AbstractParser<?> |
ColumnType.customParser(CsvReadOptions options) |
Modifier and Type | Method and Description |
---|---|
BooleanColumn |
BooleanColumn.appendCell(String object,
AbstractParser<?> parser) |
DateColumn |
DateColumn.appendCell(String string,
AbstractParser<?> parser) |
TextColumn |
TextColumn.appendCell(String object,
AbstractParser<?> parser) |
DateTimeColumn |
DateTimeColumn.appendCell(String stringValue,
AbstractParser<?> parser) |
IntColumn |
IntColumn.appendCell(String value,
AbstractParser<?> parser) |
DoubleColumn |
DoubleColumn.appendCell(String value,
AbstractParser<?> parser) |
ShortColumn |
ShortColumn.appendCell(String value,
AbstractParser<?> parser) |
LongColumn |
LongColumn.appendCell(String value,
AbstractParser<?> parser) |
FloatColumn |
FloatColumn.appendCell(String value,
AbstractParser<?> parser) |
StringColumn |
StringColumn.appendCell(String object,
AbstractParser<?> parser) |
TimeColumn |
TimeColumn.appendCell(String object,
AbstractParser<?> parser) |
Modifier and Type | Method and Description |
---|---|
AbstractParser<?> |
SkipColumnType.customParser(CsvReadOptions options) |
Modifier and Type | Method and Description |
---|---|
Column<T> |
Column.appendCell(String stringValue,
AbstractParser<?> parser) |
Modifier and Type | Class and Description |
---|---|
class |
BooleanParser |
Modifier and Type | Class and Description |
---|---|
class |
DateParser |
Modifier and Type | Method and Description |
---|---|
AbstractParser<LocalDate> |
DateColumnType.customParser(CsvReadOptions options) |
Modifier and Type | Class and Description |
---|---|
class |
DateTimeParser |
Modifier and Type | Class and Description |
---|---|
class |
DoubleParser |
class |
FloatParser |
class |
IntParser |
class |
LongParser |
class |
ShortParser |
Modifier and Type | Class and Description |
---|---|
class |
StringParser |
Modifier and Type | Class and Description |
---|---|
class |
TimeParser |
Modifier and Type | Method and Description |
---|---|
AbstractParser<LocalTime> |
TimeColumnType.customParser(CsvReadOptions options) |
Copyright © 2019. All rights reserved.