Package org.supercsv.cellprocessor.ift
Interface DateCellProcessor
-
- All Superinterfaces:
CellProcessor
- All Known Implementing Classes:
Collector
,ConvertNullTo
,Equals
,FmtDate
,HashMapper
,IsElementOf
,IsIncludedIn
,NotNull
,Optional
,RequireHashCode
,StrReplace
,Token
,Trim
,Truncate
public interface DateCellProcessor extends CellProcessor
Interface to indicate the a CellProcessor is capable of processing Date values.
-
-
Method Summary
-
Methods inherited from interface org.supercsv.cellprocessor.ift.CellProcessor
execute
-
-