Class SingleLineAddressFormatPopulator
java.lang.Object
de.hybris.platform.commercefacades.address.converters.populator.SingleLineAddressFormatPopulator
- All Implemented Interfaces:
Populator<AddressModel,StringBuilder>
public class SingleLineAddressFormatPopulator
extends Object
implements Populator<AddressModel,StringBuilder>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(AddressModel addressModel, StringBuilder addressLine) Populate the target instance with values from the source instance.voidsetAddressFormatList(List<String> addressFormatList)
-
Constructor Details
-
SingleLineAddressFormatPopulator
public SingleLineAddressFormatPopulator()
-
-
Method Details
-
populate
public void populate(AddressModel addressModel, StringBuilder addressLine) throws ConversionException Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<AddressModel,StringBuilder> - Parameters:
addressModel- the source objectaddressLine- the target to fill- Throws:
ConversionException- if an error occurs
-
getAddressFormatList
-
setAddressFormatList
-