public class TimeParser extends AbstractColumnParser<LocalTime>
missingValueStrings
Constructor and Description |
---|
TimeParser(ColumnType columnType) |
TimeParser(ColumnType columnType,
ReadOptions readOptions) |
Modifier and Type | Method and Description |
---|---|
boolean |
canParse(String s) |
LocalTime |
parse(String value) |
columnType, isMissing, parseByte, parseDouble, parseFloat, parseInt, parseLong, parseShort, remove
public TimeParser(ColumnType columnType)
public TimeParser(ColumnType columnType, ReadOptions readOptions)
public boolean canParse(String s)
canParse
in class AbstractColumnParser<LocalTime>
public LocalTime parse(String value)
parse
in class AbstractColumnParser<LocalTime>
Copyright © 2020. All rights reserved.