public final class DateProcessor extends java.lang.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 |
---|---|
java.lang.Object |
execute(java.lang.Object value,
org.supercsv.util.CsvContext context) |
java.text.DateFormat |
getDateFormat() |
public DateProcessor()
public java.lang.Object execute(java.lang.Object value, org.supercsv.util.CsvContext context)
execute
in interface org.supercsv.cellprocessor.ift.CellProcessor
public java.text.DateFormat getDateFormat()
Copyright © 2014-2018 Konik.io. All Rights Reserved.