Class LicensingCellProcessor

java.lang.Object
org.supercsv.cellprocessor.CellProcessorAdaptor
com.avoka.fc.core.util.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
  • Field Summary

    Fields inherited from class org.supercsv.cellprocessor.CellProcessorAdaptor

    next
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    execute(Object value, org.supercsv.util.CsvContext context)
    Provide a custom cell processor.

    Methods inherited from class org.supercsv.cellprocessor.CellProcessorAdaptor

    toString, validateInputNotNull

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • LicensingCellProcessor

      public LicensingCellProcessor()
  • Method Details

    • 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)