public class ParsePeriod extends CellProcessorAdaptor
Period.parse(CharSequence)
.
For example, "P6Y3M7D" represents 6 years, 3 months, 7 days.next
Constructor and Description |
---|
ParsePeriod()
Constructs a new ParsePeriod processor, which parses a String as
a Period.
|
ParsePeriod(CellProcessor next)
Constructs a new ParsePeriod processor, which parses a String as
a Period, 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 ParsePeriod()
public ParsePeriod(CellProcessor next)
next
- the 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 is not a StringCopyright © 2007–2015 Super CSV. All rights reserved.