Class TextFieldConfigurationsPopulator<T extends AbstractOrderEntryProductInfoModel>
java.lang.Object
de.hybris.platform.textfieldconfiguratortemplatefacades.populators.TextFieldConfigurationsPopulator<T>
- All Implemented Interfaces:
Populator<T,List<ConfigurationInfoData>>
public class TextFieldConfigurationsPopulator<T extends AbstractOrderEntryProductInfoModel>
extends Object
implements Populator<T,List<ConfigurationInfoData>>
Populates confgiurations of type
TEXTFIELD.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(T source, List<ConfigurationInfoData> target) Populate the target instance with values from the source instance.
-
Constructor Details
-
TextFieldConfigurationsPopulator
public TextFieldConfigurationsPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<T extends AbstractOrderEntryProductInfoModel,List<ConfigurationInfoData>> - Parameters:
source- the source objecttarget- the target to fill
-