Class GenericPopulatorConfigurer

java.lang.Object
de.hybris.platform.sap.core.spring.GenericPopulatorConfigurer

public class GenericPopulatorConfigurer extends Object
Generic populator configurer which allows to add additional populators to an existing converter.
  • Constructor Details

    • GenericPopulatorConfigurer

      public GenericPopulatorConfigurer()
  • Method Details

    • setConverter

      public void setConverter(de.hybris.platform.converters.impl.AbstractPopulatingConverter converter)
      Inject setter for AbstractPopulatingConverter.
      Parameters:
      converter - AbstractPopulatingConverter to set
    • setPopulator

      public void setPopulator(de.hybris.platform.converters.Populator populator)
      Inject setter for populator.
      Parameters:
      populator - Populator to set
    • setPopulators

      public void setPopulators(Collection<de.hybris.platform.converters.Populator> populatorCollection)
      Inject setter for populator collection.
      Parameters:
      populatorCollection - list Populator to set
    • addPopulatorsToConverter

      public void addPopulatorsToConverter()
      Adds the populator to the converter's population list.
    • toString

      public String toString()
      Overrides:
      toString in class Object