Class ProductEntitlementPopulator<SOURCE extends ProductEntitlementModel,TARGET extends EntitlementData>
java.lang.Object
de.hybris.platform.entitlementfacades.product.converters.populator.ProductEntitlementPopulator<SOURCE,TARGET>
- All Implemented Interfaces:
Populator<SOURCE,TARGET>
public class ProductEntitlementPopulator<SOURCE extends ProductEntitlementModel,TARGET extends EntitlementData>
extends Object
implements Populator<SOURCE,TARGET>
Populate DTO
EntitlementData with data from ProductEntitlementModel-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ProductEntitlementPopulator
public ProductEntitlementPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<SOURCE extends ProductEntitlementModel,TARGET extends EntitlementData> - Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-