Class CountryPopulator
java.lang.Object
de.hybris.platform.commercefacades.user.converters.populator.CountryPopulator
- All Implemented Interfaces:
Populator<CountryModel,CountryData>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(CountryModel source, CountryData target) Populate the target instance with values from the source instance.
-
Constructor Details
-
CountryPopulator
public CountryPopulator()
-
-
Method Details
-
populate
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
-