public interface CellProcessor
| 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.
|
<T> T execute(Object value, CsvContext context)
value - the value to be processedcontext - the CSV contextCopyright © 2007–2015 Super CSV. All rights reserved.