java.lang.Object
de.hybris.platform.searchservices.admin.converter.populator.SnFieldPopulator
All Implemented Interfaces:
Populator<SnFieldModel,SnField>

public class SnFieldPopulator extends Object implements Populator<SnFieldModel,SnField>
Populates SnField from SnFieldModel.
  • Constructor Details

    • SnFieldPopulator

      public SnFieldPopulator()
  • Method Details

    • populate

      public void populate(SnFieldModel source, SnField target)
      Description copied from interface: Populator
      Populate the target instance with values from the source instance.
      Specified by:
      populate in interface Populator<SnFieldModel,SnField>
      Parameters:
      source - the source object
      target - the target to fill
    • getI18NService

      public I18NService getI18NService()
    • setI18NService

      public void setI18NService(I18NService i18nService)