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 |
|---|---|
java.lang.String |
decorate(int position,
java.util.Map<java.lang.Integer,java.lang.String> srcLine)
Decorates and returns the parsed attribute value.
|
java.lang.String decorate(int position,
java.util.Map<java.lang.Integer,java.lang.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 © 2018 SAP SE. All Rights Reserved.