public interface CSVCellDecorator
cellDecorator to a header
attribute specifying you decorator class.
INSERT MyType;...;myAttribute[cellDecorator=de.hybris.platform.catalog.jalo.classification.eclass.EClassSuperCategoryDecorator]
| Modifier and Type | Method and Description |
|---|---|
String |
decorate(int position,
Map<Integer,String> srcLine)
Decorates and returns the parsed attribute value.
|
String decorate(int position, Map<Integer,String> srcLine)
srcLine map by
accessing element with given position key.position - element key for given map where the parsed value to decorate is locatedsrcLine - map containing whole parsed value lineCopyright © 2017 SAP SE. All Rights Reserved.