public abstract class BroadleafCellProcessorAdaptor extends org.supercsv.cellprocessor.CellProcessorAdaptor implements org.springframework.core.Ordered, BroadleafCellProcessor
| Constructor and Description |
|---|
BroadleafCellProcessorAdaptor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(Object value,
org.supercsv.util.CsvContext context)
Deprecated.
- Overridden to provide a default, unused implementation of a
CellProcessor. Subclasses should instead provide an implementation
of BroadleafCellProcessor.execute(String, com.broadleafcommerce.dataimport.csv.BroadleafCsvContext). |
int |
getOrder() |
toString, validateInputNotNullclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcanHandle, execute@Deprecated public Object execute(Object value, org.supercsv.util.CsvContext context)
CellProcessor. Subclasses should instead provide an implementation
of BroadleafCellProcessor.execute(String, com.broadleafcommerce.dataimport.csv.BroadleafCsvContext).execute in interface org.supercsv.cellprocessor.ift.CellProcessorpublic int getOrder()
getOrder in interface org.springframework.core.OrderedCopyright © 2020. All rights reserved.