Class DeviceAffinityPopulator<SOURCE extends java.util.Map.Entry<java.lang.String,​UserAgent>,​TARGET extends TechnologyUsedData>

  • Type Parameters:
    SOURCE - Map.Entry
    TARGET - TechnologyUsedData
    All Implemented Interfaces:
    Populator<SOURCE,​TARGET>

    public class DeviceAffinityPopulator<SOURCE extends java.util.Map.Entry<java.lang.String,​UserAgent>,​TARGET extends TechnologyUsedData>
    extends java.lang.Object
    implements Populator<SOURCE,​TARGET>
    Populator for device affinity data.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void populate​(SOURCE affinityData, TARGET deviceData)
      Populate the target instance with values from the source instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DeviceAffinityPopulator

        public DeviceAffinityPopulator()
    • Method Detail

      • populate

        public void populate​(SOURCE affinityData,
                             TARGET deviceData)
        Description copied from interface: Populator
        Populate the target instance with values from the source instance.
        Specified by:
        populate in interface Populator<SOURCE extends java.util.Map.Entry<java.lang.String,​UserAgent>,​TARGET extends TechnologyUsedData>
        Parameters:
        affinityData - the source object
        deviceData - the target to fill