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