Class CountryPopulator
- java.lang.Object
-
- de.hybris.platform.commercefacades.user.converters.populator.CountryPopulator
-
- All Implemented Interfaces:
Populator<CountryModel,CountryData>
public class CountryPopulator extends java.lang.Object implements Populator<CountryModel,CountryData>
-
-
Constructor Summary
Constructors Constructor Description CountryPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(CountryModel source, CountryData target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(CountryModel source, CountryData target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CountryModel,CountryData>- Parameters:
source- the source objecttarget- the target to fill
-
-