Class SpringMobileRequestDeviceDataPopulator

java.lang.Object
de.hybris.platform.acceleratorfacades.device.populators.SpringMobileRequestDeviceDataPopulator
All Implemented Interfaces:
Populator<javax.servlet.http.HttpServletRequest,DeviceData>

public class SpringMobileRequestDeviceDataPopulator extends Object implements Populator<javax.servlet.http.HttpServletRequest,DeviceData>
  • Constructor Details

    • SpringMobileRequestDeviceDataPopulator

      public SpringMobileRequestDeviceDataPopulator()
  • Method Details

    • populate

      public void populate(javax.servlet.http.HttpServletRequest source, DeviceData target) throws ConversionException
      Description copied from interface: Populator
      Populate the target instance with values from the source instance.
      Specified by:
      populate in interface Populator<javax.servlet.http.HttpServletRequest,DeviceData>
      Parameters:
      source - the source object
      target - the target to fill
      Throws:
      ConversionException - if an error occurs
    • toStringDeviceData

      public String toStringDeviceData(DeviceData device)
    • getDeviceResolver

      public DeviceResolver getDeviceResolver()
    • setDeviceResolver

      public void setDeviceResolver(DeviceResolver deviceResolver)