Class ProductReferencePopulator
java.lang.Object
de.hybris.platform.commercefacades.product.converters.populator.ProductReferencePopulator
- All Implemented Interfaces:
Populator<ProductReferenceModel,ProductReferenceData>
public class ProductReferencePopulator
extends Object
implements Populator<ProductReferenceModel,ProductReferenceData>
Converter implementation for
ProductReferenceModel as source and
ProductReferenceData as target type.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Converter<ProductModel,ProductData> voidpopulate(ProductReferenceModel source, ProductReferenceData target) Populate the target instance with values from the source instance.voidsetProductConverter(Converter<ProductModel, ProductData> productConverter)
-
Constructor Details
-
ProductReferencePopulator
public ProductReferencePopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<ProductReferenceModel,ProductReferenceData> - Parameters:
source- the source objecttarget- the target to fill
-
setProductConverter
-
getProductConverter
-