Class AccountRefReferredTypeAttributeMapper
java.lang.Object
de.hybris.platform.billingaccounttmfwebservices.v1.mappers.BaAttributeMapper<BaAccountModel,AccountRef>
de.hybris.platform.billingaccounttmfwebservices.v1.mappers.accountref.AccountRefReferredTypeAttributeMapper
@Deprecated(since="2208")
public class AccountRefReferredTypeAttributeMapper
extends BaAttributeMapper<BaAccountModel,AccountRef>
Deprecated.
2208
This attribute Mapper class maps data for referred type attribute between
BaAccountModel and AccountRef- Since:
- 2105
-
Constructor Summary
ConstructorsConstructorDescriptionAccountRefReferredTypeAttributeMapper(String sourceAttributeName, String targetAttributeName) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(BaAccountModel source, AccountRef 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.billingaccounttmfwebservices.v1.mappers.BaAttributeMapper
getSourceAttributeName, getTargetAttributeName, populateSourceAttributeFromTarget
-
Constructor Details
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(BaAccountModel source, AccountRef target, ma.glasnost.orika.MappingContext context) Deprecated.Description copied from class:BaAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classBaAttributeMapper<BaAccountModel,AccountRef> - Parameters:
source- source objecttarget- target object
-