public class FmtZonedDateTime extends AbstractTemporalAccessorFormattingProcessor<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(DateTimeFormatter formatter)
Constructs a new FmtZonedDateTime processor, which formats a
ZonedDateTime as a String using the supplied formatter.
|
FmtZonedDateTime(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<ZonedDateTime> |
getType() |
execute
toString, validateInputNotNull
public FmtZonedDateTime()
public FmtZonedDateTime(CellProcessor next)
next
- next processor in the chainNullPointerException
- if next is nullpublic FmtZonedDateTime(DateTimeFormatter formatter)
formatter
- the formatter to useNullPointerException
- if formatter is nullpublic FmtZonedDateTime(DateTimeFormatter formatter, CellProcessor next)
formatter
- the formatter to usenext
- the next processor in the chainNullPointerException
- if formatter or next is nullprotected Class<ZonedDateTime> getType()
getType
in class AbstractTemporalAccessorFormattingProcessor<ZonedDateTime>
Copyright © 2007–2015 Super CSV. All rights reserved.