Modifier and Type | Method | Description |
---|---|---|
AbstractColumnParser<?> |
ColumnType.customParser(ReadOptions options) |
Constructor | Description |
---|---|
NumberColumn(ColumnType type,
String name,
AbstractColumnParser<T> parser) |
Modifier and Type | Method | Description |
---|---|---|
AbstractColumnParser<?> |
SkipColumnType.customParser(ReadOptions options) |
|
AbstractColumnParser<T> |
AbstractColumn.parser() |
|
AbstractColumnParser<T> |
Column.parser() |
Returns the parser used by
Column.appendCell(String) ()}. |
Modifier and Type | Method | Description |
---|---|---|
Column<T> |
Column.appendCell(String stringValue,
AbstractColumnParser<?> parser) |
|
default Column<T> |
Column.set(int row,
String stringValue,
AbstractColumnParser<?> parser) |
|
C |
AbstractColumn.setParser(AbstractColumnParser<T> parser) |
|
Column<T> |
Column.setParser(AbstractColumnParser<T> parser) |
Sets the parser used by
Column.appendCell(String) |
Constructor | Description |
---|---|
AbstractColumn(ColumnType type,
String name,
AbstractColumnParser<T> parser) |
Modifier and Type | Class | Description |
---|---|---|
class |
BooleanParser |
Modifier and Type | Class | Description |
---|---|---|
class |
DateParser |
Modifier and Type | Method | Description |
---|---|---|
AbstractColumnParser<LocalDate> |
DateColumnType.customParser(ReadOptions options) |
Modifier and Type | Class | Description |
---|---|---|
class |
DateTimeParser |
Modifier and Type | Class | Description |
---|---|---|
class |
InstantParser |
Modifier and Type | Class | Description |
---|---|---|
class |
DoubleParser |
|
class |
FloatParser |
|
class |
IntParser |
|
class |
LongParser |
|
class |
ShortParser |
Modifier and Type | Class | Description |
---|---|---|
class |
StringParser |
Constructor | Description |
---|---|
AbstractStringColumn(ColumnType type,
String name,
AbstractColumnParser<String> parser) |
Modifier and Type | Class | Description |
---|---|---|
class |
TimeParser |
Modifier and Type | Method | Description |
---|---|---|
AbstractColumnParser<LocalTime> |
TimeColumnType.customParser(ReadOptions options) |
Copyright © 2021. All rights reserved.