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