public class TimeStringParser extends StringParser<LocalTime>
missingValueStrings| Constructor | Description |
|---|---|
TimeStringParser(ColumnType columnType) |
|
TimeStringParser(ColumnType columnType,
CsvReadOptions readOptions) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
canParse(String s) |
|
LocalTime |
parse(String value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcolumnType, isMissing, parseByte, parseDoublepublic TimeStringParser(ColumnType columnType)
public TimeStringParser(ColumnType columnType, CsvReadOptions readOptions)
public boolean canParse(String s)
canParse in class StringParser<LocalTime>public LocalTime parse(String value)
parse in class StringParser<LocalTime>Copyright © 2018. All rights reserved.