Class TitlePopulator
java.lang.Object
de.hybris.platform.commercefacades.user.converters.populator.TitlePopulator
- All Implemented Interfaces:
Populator<TitleModel,TitleData>
Converter implementation for
TitleModel as source and TitleData as target type.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(TitleModel source, TitleData target) Populate the target instance with values from the source instance.
-
Constructor Details
-
TitlePopulator
public TitlePopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<TitleModel,TitleData> - Parameters:
source- the source objecttarget- the target to fill
-