public class FmtZonedDateTime extends AbstractTemporalAccessorFormattingProcessor<java.time.ZonedDateTime>
DateTimeFormatter - formats by pattern and styleDateTimeFormatterBuilder - complex formats created via method
callsnext| Constructor and Description |
|---|
FmtZonedDateTime()
Constructs a new FmtZonedDateTime processor, which formats a
ZonedDateTime as a String.
|
FmtZonedDateTime(CellProcessor next)
Constructs a new FmtZonedDateTime processor, which formats a
ZonedDateTime as a String, then calls the next processor in the chain.
|
FmtZonedDateTime(java.time.format.DateTimeFormatter formatter)
Constructs a new FmtZonedDateTime processor, which formats a
ZonedDateTime as a String using the supplied formatter.
|
FmtZonedDateTime(java.time.format.DateTimeFormatter formatter,
CellProcessor next)
Constructs a new FmtZonedDateTime processor, which formats a
ZonedDateTime 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.ZonedDateTime> |
getType() |
executetoString, validateInputNotNullpublic FmtZonedDateTime()
public FmtZonedDateTime(CellProcessor next)
next - next processor in the chainNullPointerException - if next is nullpublic FmtZonedDateTime(java.time.format.DateTimeFormatter formatter)
formatter - the formatter to useNullPointerException - if formatter is nullpublic FmtZonedDateTime(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.ZonedDateTime> getType()
getType in class AbstractTemporalAccessorFormattingProcessor<java.time.ZonedDateTime>Copyright © 2007-2015 Super CSV. All Rights Reserved.