| Name | Description | Type | Package | Framework |
| BoolCellProcessor | Interface to indicate the a CellProcessor is capable of processing Boolean values. | Interface | org.supercsv.cellprocessor.ift | SuperCSV |
| CellProcessor | Defines the interface of all CellProcessors. | Interface | org.supercsv.cellprocessor.ift | SuperCSV |
| DateCellProcessor | Interface to indicate the a CellProcessor is capable of processing Date values. | Interface | org.supercsv.cellprocessor.ift | SuperCSV |
| DoubleCellProcessor | Interface to indicate the a CellProcessor is capable of processing Double values. | Interface | org.supercsv.cellprocessor.ift | SuperCSV |
| LongCellProcessor | Interface to indicate the a CellProcessor is capable of processing Long values. | Interface | org.supercsv.cellprocessor.ift | SuperCSV |
| StringCellProcessor | Interface to indicate the a CellProcessor is capable of processing String values. | Interface | org.supercsv.cellprocessor.ift | SuperCSV |