public class DateTimeStringParser extends StringParser<LocalDateTime>
Modifier and Type | Field | Description |
---|---|---|
static DateTimeFormatter |
DEFAULT_FORMATTER |
missingValueStrings
Constructor | Description |
---|---|
DateTimeStringParser(ColumnType columnType) |
|
DateTimeStringParser(DateTimeColumnType dateTimeColumnType,
CsvReadOptions readOptions) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
canParse(String s) |
|
LocalDateTime |
parse(String value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
columnType, isMissing, parseByte, parseDouble
public static final DateTimeFormatter DEFAULT_FORMATTER
public DateTimeStringParser(ColumnType columnType)
public DateTimeStringParser(DateTimeColumnType dateTimeColumnType, CsvReadOptions readOptions)
public boolean canParse(String s)
canParse
in class StringParser<LocalDateTime>
public LocalDateTime parse(String value)
parse
in class StringParser<LocalDateTime>
Copyright © 2018. All rights reserved.