Class ProductUrlPopulator
java.lang.Object
de.hybris.platform.commercefacades.product.converters.populator.ProductUrlPopulator
- All Implemented Interfaces:
Populator<ProductModel,ProductData>
- Direct Known Subclasses:
ProductPopulator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected UrlResolver<ProductModel>voidpopulate(ProductModel source, ProductData target) Populate the target instance with values from the source instance.voidsetProductModelUrlResolver(UrlResolver<ProductModel> productModelUrlResolver)
-
Constructor Details
-
ProductUrlPopulator
public ProductUrlPopulator()
-
-
Method Details
-
getProductModelUrlResolver
-
setProductModelUrlResolver
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<ProductModel,ProductData> - Parameters:
source- the source objecttarget- the target to fill
-