Class ExtendedCustomerPopulator
java.lang.Object
de.hybris.platform.commercewebservices.core.customer.populator.ExtendedCustomerPopulator
- All Implemented Interfaces:
Populator<CustomerModel,CustomerData>
public class ExtendedCustomerPopulator
extends Object
implements Populator<CustomerModel,CustomerData>
Extended populator implementation for
CustomerModel as source and
CustomerData as target type.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Converter<AddressModel,AddressData> voidpopulate(CustomerModel source, CustomerData target) Populate the target instance with values from the source instance.voidsetAddressConverter(Converter<AddressModel, AddressData> addressConverter)
-
Constructor Details
-
ExtendedCustomerPopulator
public ExtendedCustomerPopulator()
-
-
Method Details
-
getAddressConverter
-
setAddressConverter
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CustomerModel,CustomerData> - Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-