Class FinancialAccountRefSchemaLocationAttributeMapper
java.lang.Object
de.hybris.platform.billmanagementtmfwebservices.v1.mappers.BmAttributeMapper<BmFinancialAccountModel,FinancialAccountRef>
de.hybris.platform.billmanagementtmfwebservices.v1.mappers.financialaccountref.FinancialAccountRefSchemaLocationAttributeMapper
@Deprecated(since="2208")
public class FinancialAccountRefSchemaLocationAttributeMapper
extends BmAttributeMapper<BmFinancialAccountModel,FinancialAccountRef>
Deprecated.
2208
This attribute Mapper class maps data for atSchemaLocation attribute between
BmFinancialAccountModel and FinancialAccountRef- Since:
- 2108
-
Constructor Summary
ConstructorsConstructorDescriptionFinancialAccountRefSchemaLocationAttributeMapper(String sourceAttributeName, String targetAttributeName) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(BmFinancialAccountModel source, FinancialAccountRef 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
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(BmFinancialAccountModel source, FinancialAccountRef 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<BmFinancialAccountModel,FinancialAccountRef> - Parameters:
source- source objecttarget- target object
-