Class BillingAccountRefSchemaLocationAttributeMapper
java.lang.Object
de.hybris.platform.subscribedproducttmfwebservices.v1.mappers.SpiAttributeMapper<SpiBillingAccountModel,BillingAccountRef>
de.hybris.platform.subscribedproducttmfwebservices.v1.mappers.billingaccountref.BillingAccountRefSchemaLocationAttributeMapper
@Deprecated(since="2208")
public class BillingAccountRefSchemaLocationAttributeMapper
extends SpiAttributeMapper<SpiBillingAccountModel,BillingAccountRef>
Deprecated.
2208
This attribute Mapper class maps data for atSchemaLocation attribute between
SpiBillingAccountModel and
BillingAccountRef- Since:
- 2105
-
Constructor Summary
ConstructorsConstructorDescriptionBillingAccountRefSchemaLocationAttributeMapper(String sourceAttributeName, String targetAttributeName) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(SpiBillingAccountModel source, BillingAccountRef 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.subscribedproducttmfwebservices.v1.mappers.SpiAttributeMapper
getSourceAttributeName, getTargetAttributeName, populateSourceAttributeFromTarget
-
Constructor Details
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(SpiBillingAccountModel source, BillingAccountRef target, ma.glasnost.orika.MappingContext context) Deprecated.Description copied from class:SpiAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classSpiAttributeMapper<SpiBillingAccountModel,BillingAccountRef> - Parameters:
source- source objecttarget- target object
-