public final class DateProcessor extends Object implements org.supercsv.cellprocessor.ift.CellProcessor
Custom CellProcessor for Date class.
It uses proper DateFormat to convert object from and to a String value.
| Constructor and Description |
|---|
DateProcessor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(Object value,
org.supercsv.util.CsvContext context) |
DateFormat |
getDateFormat() |
public DateProcessor()
public Object execute(Object value, org.supercsv.util.CsvContext context)
execute in interface org.supercsv.cellprocessor.ift.CellProcessorpublic DateFormat getDateFormat()
Copyright © 2014-2016 Konik.io. All Rights Reserved.