BoolCellProcessor
, DateCellProcessor
, DoubleCellProcessor
, LongCellProcessor
, StringCellProcessor
CellProcessorAdaptor
, Collector
, ConvertNullTo
, DMinMax
, Equals
, FmtBool
, FmtDate
, FmtNumber
, 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
, Unique
, UniqueHashCode
public interface CellProcessor
Modifier and Type | Method | Description |
---|---|---|
<T> T |
execute(Object value,
CsvContext context) |
This method is invoked by the framework when the processor needs to process data or check constraints.
|
<T> T execute(Object value, CsvContext context)
value
- the value to be processedcontext
- the CSV contextCopyright © 2007–2018 Super CSV. All rights reserved.