java.lang.Object
de.hybris.platform.commercefacades.user.converters.populator.TitlePopulator
All Implemented Interfaces:
Populator<TitleModel,TitleData>

public class TitlePopulator extends Object implements Populator<TitleModel,TitleData>
Converter implementation for TitleModel as source and TitleData as target type.
  • Constructor Details

    • TitlePopulator

      public TitlePopulator()
  • Method Details

    • populate

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