Class CustomerReviewPopulator
java.lang.Object
de.hybris.platform.commercefacades.product.converters.populator.CustomerReviewPopulator
- All Implemented Interfaces:
Populator<CustomerReviewModel,ReviewData>
public class CustomerReviewPopulator
extends Object
implements Populator<CustomerReviewModel,ReviewData>
Converter implementation for
CustomerReviewModel as source and
ReviewData as target type.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Converter<PrincipalModel,PrincipalData> voidpopulate(CustomerReviewModel source, ReviewData target) Populate the target instance with values from the source instance.voidsetPrincipalConverter(Converter<PrincipalModel, PrincipalData> principalConverter)
-
Constructor Details
-
CustomerReviewPopulator
public CustomerReviewPopulator()
-
-
Method Details
-
getPrincipalConverter
-
setPrincipalConverter
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CustomerReviewModel,ReviewData> - Parameters:
source- the source objecttarget- the target to fill
-