Class LicensingCellProcessor

  • All Implemented Interfaces:
    org.supercsv.cellprocessor.ift.CellProcessor

    public class LicensingCellProcessor
    extends org.supercsv.cellprocessor.CellProcessorAdaptor
    Provides a custom cell processor for licensing. The processor will convert dates to an ISO8601 String, while leaving everything else intact.
    Since:
    4.3.4
    • Constructor Detail

      • LicensingCellProcessor

        public LicensingCellProcessor()
    • Method Detail

      • execute

        public Object execute​(Object value,
                              org.supercsv.util.CsvContext context)
        Provide a custom cell processor. This method is not part of the TM public API.
        Parameters:
        value - the value
        context - the context
        Returns:
        the processed value
        See Also:
        CellProcessor.execute(Object, CsvContext)