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