public class FmtLocalTime extends AbstractTemporalAccessorFormattingProcessor<java.time.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(java.time.format.DateTimeFormatter formatter)
Constructs a new FmtLocalTime processor, which formats a
LocalTime as a String using the supplied formatter.
|
FmtLocalTime(java.time.format.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<java.time.LocalTime> |
getType() |
executetoString, validateInputNotNullpublic FmtLocalTime()
public FmtLocalTime(CellProcessor next)
next - next processor in the chainNullPointerException - if next is nullpublic FmtLocalTime(java.time.format.DateTimeFormatter formatter)
formatter - the formatter to useNullPointerException - if formatter is nullpublic FmtLocalTime(java.time.format.DateTimeFormatter formatter,
CellProcessor next)
formatter - the formatter to usenext - the next processor in the chainNullPointerException - if formatter or next is nullprotected Class<java.time.LocalTime> getType()
getType in class AbstractTemporalAccessorFormattingProcessor<java.time.LocalTime>Copyright © 2007-2015 Super CSV. All Rights Reserved.