Class ParameterMapMergeImpexMacroParametersPopulator
java.lang.Object
de.hybris.platform.addonsupport.setup.populator.ParameterMapMergeImpexMacroParametersPopulator
- All Implemented Interfaces:
Populator<Object,ImpexMacroParameterData>
public class ParameterMapMergeImpexMacroParametersPopulator
extends Object
implements Populator<Object,ImpexMacroParameterData>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(Object source, ImpexMacroParameterData target) Populate the target instance with values from the source instance.voidsetParametersToMerge(Map<String, String> parametersToMerge)
-
Constructor Details
-
ParameterMapMergeImpexMacroParametersPopulator
public ParameterMapMergeImpexMacroParametersPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<Object,ImpexMacroParameterData> - Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
getParametersToMerge
- Returns:
- the parametersToMerge
-
setParametersToMerge
- Parameters:
parametersToMerge- the parametersToMerge to set
-