Class TravellerPreferenceReversePopulator
java.lang.Object
de.hybris.platform.travelfacades.populators.TravellerPreferenceReversePopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<TravellerPreferenceData,TravellerPreferenceModel>
public class TravellerPreferenceReversePopulator
extends Object
implements de.hybris.platform.converters.Populator<TravellerPreferenceData,TravellerPreferenceModel>
Populator to populate the TravellerPreferenceModel from the TravellerPreferenceData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(TravellerPreferenceData source, TravellerPreferenceModel target)
-
Constructor Details
-
TravellerPreferenceReversePopulator
public TravellerPreferenceReversePopulator()
-
-
Method Details
-
populate
public void populate(TravellerPreferenceData source, TravellerPreferenceModel target) throws de.hybris.platform.servicelayer.dto.converter.ConversionException - Specified by:
populatein interfacede.hybris.platform.converters.Populator<TravellerPreferenceData,TravellerPreferenceModel> - Throws:
de.hybris.platform.servicelayer.dto.converter.ConversionException
-