Class GeographicAddressPostCodeAttributeMapper
- java.lang.Object
-
- de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<AddressData,GeographicAddress>
-
- de.hybris.platform.b2ctelcotmfwebservices.mappers.geographicaddress.GeographicAddressPostCodeAttributeMapper
-
public class GeographicAddressPostCodeAttributeMapper extends TmaAttributeMapper<AddressData,GeographicAddress>
This attribute Mapper class maps data for postCode attribute betweenAddressDataandGeographicAddress- Since:
- 1907
-
-
Constructor Summary
Constructors Constructor Description GeographicAddressPostCodeAttributeMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulateSourceAttributeFromTarget(GeographicAddress target, AddressData source, ma.glasnost.orika.MappingContext context)Populates the source attribute value by obtained by processing the target object.voidpopulateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context)Populates the target attribute value by obtained by processing the source object.-
Methods inherited from class de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper
getSourceAttributeName, getTargetAttributeName, setSourceAttributeName, setTargetAttributeName
-
-
-
-
Method Detail
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context)
Description copied from class:TmaAttributeMapperPopulates the target attribute value by obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classTmaAttributeMapper<AddressData,GeographicAddress>- Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(GeographicAddress target, AddressData source, ma.glasnost.orika.MappingContext context)
Description copied from class:TmaAttributeMapperPopulates the source attribute value by obtained by processing the target object.- Overrides:
populateSourceAttributeFromTargetin classTmaAttributeMapper<AddressData,GeographicAddress>- Parameters:
target- target objectsource- source object
-
-