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