Class NetworkProductRefSchemaLocationAttributeMapper
java.lang.Object
de.hybris.platform.usageconsumptiontmfwebservices.v1.mappers.UcAttributeMapper<UcNetworkProductModel,NetworkProductRef>
de.hybris.platform.usageconsumptiontmfwebservices.v1.mappers.networkproductref.NetworkProductRefSchemaLocationAttributeMapper
@Deprecated(since="2208")
public class NetworkProductRefSchemaLocationAttributeMapper
extends UcAttributeMapper<UcNetworkProductModel,NetworkProductRef>
Deprecated.
2208
This attribute Mapper class maps data for atSchemaLocation attribute between
UcNetworkProductModel and
NetworkProductRef- Since:
- 2105
-
Constructor Summary
ConstructorsConstructorDescriptionNetworkProductRefSchemaLocationAttributeMapper(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
-
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
-