DateColumnFormatter
, InstantColumnFormatter
, TimeColumnFormatter
public abstract class TemporalColumnFormatter extends ColumnFormatter
Modifier | Constructor | Description |
---|---|---|
protected |
TemporalColumnFormatter() |
Constructs a new default Formatter.
|
protected |
TemporalColumnFormatter(DateTimeFormatter format) |
Constructs a new Formatter with the given formatter and an empty missing value string.
|
protected |
TemporalColumnFormatter(DateTimeFormatter format,
String missingValueString) |
Constructs a new Formatter with the given formatter and missing value string.
|
Modifier and Type | Method | Description |
---|---|---|
DateTimeFormatter |
getFormat() |
getMissingString
protected TemporalColumnFormatter(DateTimeFormatter format)
protected TemporalColumnFormatter(DateTimeFormatter format, String missingValueString)
protected TemporalColumnFormatter()
public DateTimeFormatter getFormat()
Copyright © 2022. All rights reserved.