Class CustomerVendorReviewReversePopulator
- java.lang.Object
-
- de.hybris.platform.marketplacefacades.vendor.converters.populator.CustomerVendorReviewReversePopulator
-
- All Implemented Interfaces:
Populator<VendorReviewData,CustomerVendorReviewModel>
public class CustomerVendorReviewReversePopulator extends java.lang.Object implements Populator<VendorReviewData,CustomerVendorReviewModel>
-
-
Constructor Summary
Constructors Constructor Description CustomerVendorReviewReversePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(VendorReviewData source, CustomerVendorReviewModel target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(VendorReviewData source, CustomerVendorReviewModel target)
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
-
-