Class SnLanguagePopulator
java.lang.Object
de.hybris.platform.searchservices.admin.converter.populator.SnLanguagePopulator
- All Implemented Interfaces:
Populator<LanguageModel,SnLanguage>
Populates
SnField from SnFieldModel.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(LanguageModel source, SnLanguage target) Populate the target instance with values from the source instance.voidsetI18NService(I18NService i18nService)
-
Constructor Details
-
SnLanguagePopulator
public SnLanguagePopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<LanguageModel,SnLanguage> - Parameters:
source- the source objecttarget- the target to fill
-
getI18NService
-
setI18NService
-