Package com.avoka.fc.core.util
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
-
Method Summary
Methods inherited from class org.supercsv.cellprocessor.CellProcessorAdaptor
toString, validateInputNotNull
-
Constructor Details
-
LicensingCellProcessor
public LicensingCellProcessor()
-
-
Method Details
-
execute
Provide a custom cell processor. This method is not part of the TM public API.- Parameters:
value
- the valuecontext
- the context- Returns:
- the processed value
- See Also:
-
CellProcessor.execute(Object, CsvContext)
-