Interface StringCellProcessor

All Superinterfaces:
CellProcessor
All Known Implementing Classes:
AbstractTemporalAccessorParsingProcessor, CellProcessorAdaptor.NullObjectPattern, Collector, ConvertNullTo, DMinMax, Equals, ForbidSubStr, HashMapper, IsElementOf, IsIncludedIn, LMinMax, NotNull, Optional, ParseBigDecimal, ParseBool, ParseChar, ParseDate, ParseDouble, ParseEnum, ParseInt, ParseLocalDate, ParseLocalDateTime, ParseLocalTime, ParseLong, ParseZonedDateTime, 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