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