public class ParseDateTimeZone extends CellProcessorAdaptor
next| Constructor and Description |
|---|
ParseDateTimeZone()
Constructs a new ParseDateTimeZone processor, which parses a
String as a Joda DateTimeZone.
|
ParseDateTimeZone(CellProcessor next)
Constructs a new ParseDateTimeZone processor, which parses a
String as a Joda DateTimeZone, then calls the next processor in the
chain.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(Object value,
CsvContext context) |
toString, validateInputNotNullpublic ParseDateTimeZone()
public ParseDateTimeZone(CellProcessor next)
next - the next processor in the chainpublic Object execute(Object value, CsvContext context)
SuperCsvCellProcessorException - if value is null or is not a StringCopyright © 2007-2015 Super CSV. All Rights Reserved.