Class ConsentPopulator
java.lang.Object
de.hybris.platform.commercefacades.consent.converters.populator.ConsentPopulator
- All Implemented Interfaces:
Populator<ConsentModel,ConsentData>
Default populator that converts source
ConsentModel to target ConsentData-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(ConsentModel source, ConsentData target) Populate the target instance with values from the source instance.
-
Constructor Details
-
ConsentPopulator
public ConsentPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<ConsentModel,ConsentData> - Parameters:
source- the source objecttarget- the target to fill
-