Class DeviceAffinityPopulator<SOURCE extends Map.Entry<String,UserAgent>,TARGET extends TechnologyUsedData>
java.lang.Object
de.hybris.platform.assistedserviceyprofilefacades.populator.DeviceAffinityPopulator<SOURCE,TARGET>
- Type Parameters:
SOURCE- Map.Entry<String,UserAgent>TARGET- TechnologyUsedData
- All Implemented Interfaces:
Populator<SOURCE,TARGET>
public class DeviceAffinityPopulator<SOURCE extends Map.Entry<String,UserAgent>,TARGET extends TechnologyUsedData>
extends Object
implements Populator<SOURCE,TARGET>
Populator for device affinity data.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DeviceAffinityPopulator
public DeviceAffinityPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.
-