Class ContactTypeAttributeMapper
java.lang.Object
de.hybris.platform.billingaccounttmfwebservices.v1.mappers.BaAttributeMapper<BaContactModel,Contact>
de.hybris.platform.billingaccounttmfwebservices.v1.mappers.contact.ContactTypeAttributeMapper
@Deprecated(since="2208")
public class ContactTypeAttributeMapper
extends BaAttributeMapper<BaContactModel,Contact>
Deprecated.
2208
This attribute Mapper class maps data for type attribute between
BaContactModel and Contact- Since:
- 2105
-
Constructor Summary
ConstructorsConstructorDescriptionContactTypeAttributeMapper(String sourceAttributeName, String targetAttributeName) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(BaContactModel source, Contact 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
-
ContactTypeAttributeMapper
Deprecated.
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(BaContactModel source, Contact 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<BaContactModel,Contact> - Parameters:
source- source objecttarget- target object
-