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