Class NetworkProductRefHrefAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaNetworkProductModel,NetworkProductRef>
de.hybris.platform.tuawebservicesresources.mappers.networkproductref.NetworkProductRefHrefAttributeMapper
public class NetworkProductRefHrefAttributeMapper
extends TuaAttributeMapper<TuaNetworkProductModel,NetworkProductRef>
This attribute Mapper class maps data for href attribute between
TuaNetworkProductModel and NetworkProductRef- Since:
- 2105
-
Constructor Summary
ConstructorsConstructorDescriptionNetworkProductRefHrefAttributeMapper(String sourceAttributeName, String targetAttributeName) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TuaNetworkProductModel source, NetworkProductRef target, ma.glasnost.orika.MappingContext context) Populates the target attribute value obtained by processing the source object.Methods inherited from class de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper
getSourceAttributeName, getTargetAttributeName, populateSourceAttributeFromTarget
-
Constructor Details
-
NetworkProductRefHrefAttributeMapper
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TuaNetworkProductModel source, NetworkProductRef target, ma.glasnost.orika.MappingContext context) Description copied from class:TuaAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classTuaAttributeMapper<TuaNetworkProductModel,NetworkProductRef> - Parameters:
source- source objecttarget- target object
-