Package org.supercsv.cellprocessor.ift
Provides CellProcessor interfaces, used to control/restrict how processors can be chained together.
-
Interface Summary Interface Description BoolCellProcessor Interface to indicate the a CellProcessor is capable of processing Boolean values.CellProcessor Defines the interface of all CellProcessors.DateCellProcessor Interface to indicate the a CellProcessor is capable of processing Date values.DoubleCellProcessor Interface to indicate the a CellProcessor is capable of processing Double values.LongCellProcessor Interface to indicate the a CellProcessor is capable of processing Long values.StringCellProcessor Interface to indicate the a CellProcessor is capable of processing String values.