Class CustomerVendorReviewPopulator
java.lang.Object
de.hybris.platform.marketplacefacades.vendor.converters.populator.CustomerVendorReviewPopulator
- All Implemented Interfaces:
Populator<CustomerVendorReviewModel,VendorReviewData>
public class CustomerVendorReviewPopulator
extends Object
implements Populator<CustomerVendorReviewModel,VendorReviewData>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Converter<CustomerModel,CustomerData> voidpopulate(CustomerVendorReviewModel source, VendorReviewData target) Populate the target instance with values from the source instance.voidsetCustomerConverter(Converter<CustomerModel, CustomerData> customerConverter)
-
Constructor Details
-
CustomerVendorReviewPopulator
public CustomerVendorReviewPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CustomerVendorReviewModel,VendorReviewData> - Parameters:
source- the source objecttarget- the target to fill
-
getCustomerConverter
-
setCustomerConverter
-