CARVIEW |
Select Language
HTTP/2 200
server: GitHub.com
content-type: text/html; charset=utf-8
last-modified: Thu, 29 Oct 2015 19:20:12 GMT
access-control-allow-origin: *
etag: W/"5632716c-4cf9"
expires: Tue, 22 Jul 2025 03:50:43 GMT
cache-control: max-age=600
content-encoding: gzip
x-proxy-cache: MISS
x-github-request-id: 1C8F:34714B:12309:173E1:687F083B
accept-ranges: bytes
age: 0
date: Tue, 22 Jul 2025 03:40:43 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210036-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1753155644.503957,VS0,VE214
vary: Accept-Encoding
x-fastly-request-id: 1aadd461c0a544c189171f38ef1c9d3c74fa2f04
content-length: 3214
CellProcessor (Super CSV 2.4.0 API)
org.supercsv.cellprocessor.ift
Interface CellProcessor
-
- All Known Subinterfaces:
- BoolCellProcessor, DateCellProcessor, DoubleCellProcessor, LongCellProcessor, StringCellProcessor
- All Known Implementing Classes:
- AbstractJodaFormattingProcessor, AbstractJodaParsingProcessor, AbstractTemporalAccessorFormattingProcessor, AbstractTemporalAccessorParsingProcessor, CellProcessorAdaptor, Collector, ConvertNullTo, DMinMax, Equals, FmtBool, FmtDate, FmtDateTime, FmtDateTimeZone, FmtDuration, FmtDuration, FmtInterval, FmtLocalDate, FmtLocalDate, FmtLocalDateTime, FmtLocalDateTime, FmtLocalTime, FmtLocalTime, FmtNumber, FmtPeriod, FmtPeriod, FmtZonedDateTime, FmtZoneId, ForbidSubStr, HashMapper, IsElementOf, IsIncludedIn, LMinMax, NotNull, Optional, ParseBigDecimal, ParseBool, ParseChar, ParseDate, ParseDateTime, ParseDateTimeZone, ParseDouble, ParseDuration, ParseDuration, ParseEnum, ParseInt, ParseInterval, ParseLocalDate, ParseLocalDate, ParseLocalDateTime, ParseLocalDateTime, ParseLocalTime, ParseLocalTime, ParseLong, ParsePeriod, ParsePeriod, ParseZonedDateTime, ParseZoneId, RequireHashCode, RequireSubStr, Strlen, StrMinMax, StrNotNullOrEmpty, StrRegEx, StrReplace, Token, Trim, Truncate, Unique, UniqueHashCode
public interface CellProcessor
Defines the interface of all CellProcessors.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and 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.
-
-
-
Method Detail
-
execute
<T> T execute(Object value, CsvContext context)
This method is invoked by the framework when the processor needs to process data or check constraints.- Parameters:
value
- the value to be processedcontext
- the CSV context- Returns:
- the result of cell processor execution
- Since:
- 1.0
-
-
Copyright © 2007–2015 Super CSV. All rights reserved.