Class CisAddressPopulator

  • All Implemented Interfaces:
    Populator<AddressData,​com.hybris.cis.api.model.CisAddress>

    public class CisAddressPopulator
    extends java.lang.Object
    implements Populator<AddressData,​com.hybris.cis.api.model.CisAddress>
    Populate the CisAddress with the AddressData information
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void populate​(AddressData source, com.hybris.cis.api.model.CisAddress target)
      Populate the target instance with values from the source instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CisAddressPopulator

        public CisAddressPopulator()
    • Method Detail

      • populate

        public void populate​(AddressData source,
                             com.hybris.cis.api.model.CisAddress target)
                      throws ConversionException
        Description copied from interface: Populator
        Populate the target instance with values from the source instance.
        Specified by:
        populate in interface Populator<AddressData,​com.hybris.cis.api.model.CisAddress>
        Parameters:
        source - the source object
        target - the target to fill
        Throws:
        ConversionException - if an error occurs