Class CxTestSuffixMapper
java.lang.Object
de.hybris.platform.personalizationintegration.mapping.mapper.impl.CxTestSuffixMapper
- All Implemented Interfaces:
Populator<List<String>,MappingData>
Test mapper that just adds a suffix to each input string value.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(List<String> data, MappingData target) Populate the target instance with values from the source instance.
-
Constructor Details
-
CxTestSuffixMapper
public CxTestSuffixMapper()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<List<String>,MappingData> - Parameters:
data- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-