Package org.supercsv.cellprocessor.ift
Interface StringCellProcessor
-
- All Superinterfaces:
CellProcessor
- All Known Implementing Classes:
Collector
,ConvertNullTo
,DMinMax
,Equals
,ForbidSubStr
,HashMapper
,IsElementOf
,IsIncludedIn
,LMinMax
,NotNull
,Optional
,ParseBigDecimal
,ParseBool
,ParseChar
,ParseDate
,ParseDouble
,ParseEnum
,ParseInt
,ParseLong
,RequireHashCode
,RequireSubStr
,Strlen
,StrMinMax
,StrNotNullOrEmpty
,StrRegEx
,StrReplace
,Token
,Trim
,Truncate
public interface StringCellProcessor extends CellProcessor
Interface to indicate the a CellProcessor is capable of processing String values.
-
-
Method Summary
-
Methods inherited from interface org.supercsv.cellprocessor.ift.CellProcessor
execute
-
-