public class FmtDateTimeZone extends CellProcessorAdaptor
next
Constructor and Description |
---|
FmtDateTimeZone()
Constructs a new FmtDateTimeZone processor, which formats a Joda
DateTimeZone as a String.
|
FmtDateTimeZone(CellProcessor next)
Constructs a new FmtDateTimeZone processor, which formats a Joda
DateTimeZone as a String, then calls the next processor in the chain.
|
Modifier and Type | Method and Description |
---|---|
Object |
execute(Object value,
CsvContext context)
This method is invoked by the framework when the processor needs to process data or check constraints.
|
toString, validateInputNotNull
public FmtDateTimeZone()
public FmtDateTimeZone(CellProcessor next)
next
- next processor in the chainNullPointerException
- if next is nullpublic Object execute(Object value, CsvContext context)
value
- the value to be processedcontext
- the CSV contextSuperCsvCellProcessorException
- if value is null or not a DateTimeZoneCopyright © 2007–2015 Super CSV. All rights reserved.