public class FmtLocalTime extends AbstractTemporalAccessorFormattingProcessor<LocalTime>
DateTimeFormatter
- formats by pattern and styleDateTimeFormatter
- ISO 8601 formatsDateTimeFormatterBuilder
- complex formats created via method
callsnext
Constructor and Description |
---|
FmtLocalTime()
Constructs a new FmtLocalTime processor, which formats a
LocalTime as a String.
|
FmtLocalTime(CellProcessor next)
Constructs a new FmtLocalTime processor, which formats a
LocalTime as a String, then calls the next processor in the chain.
|
FmtLocalTime(DateTimeFormatter formatter)
Constructs a new FmtLocalTime processor, which formats a
LocalTime as a String using the supplied formatter.
|
FmtLocalTime(DateTimeFormatter formatter,
CellProcessor next)
Constructs a new FmtLocalTime processor, which formats a
LocalTime as a String using the supplied formatter, then calls the next
processor in the chain.
|
Modifier and Type | Method and Description |
---|---|
protected Class<LocalTime> |
getType() |
execute
toString, validateInputNotNull
public FmtLocalTime()
public FmtLocalTime(CellProcessor next)
next
- next processor in the chainNullPointerException
- if next is nullpublic FmtLocalTime(DateTimeFormatter formatter)
formatter
- the formatter to useNullPointerException
- if formatter is nullpublic FmtLocalTime(DateTimeFormatter formatter, CellProcessor next)
formatter
- the formatter to usenext
- the next processor in the chainNullPointerException
- if formatter or next is nullprotected Class<LocalTime> getType()
getType
in class AbstractTemporalAccessorFormattingProcessor<LocalTime>
Copyright © 2007–2015 Super CSV. All rights reserved.