Class BillFormatValueHrefAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaBillFormatModel,BillFormat>
de.hybris.platform.tuawebservicesresources.mappers.billformatvalue.BillFormatValueHrefAttributeMapper
public class BillFormatValueHrefAttributeMapper
extends TuaAttributeMapper<TuaBillFormatModel,BillFormat>
This attribute Mapper class maps data for href attribute between
TuaBillFormatModel and BillFormat- Since:
- 2302
-
Constructor Summary
ConstructorsConstructorDescriptionBillFormatValueHrefAttributeMapper(String sourceAttributeName, String targetAttributeName) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TuaBillFormatModel source, BillFormat target, ma.glasnost.orika.MappingContext context) Populates the target attribute value obtained by processing the source object.Methods inherited from class de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper
getSourceAttributeName, getTargetAttributeName, populateSourceAttributeFromTarget
-
Constructor Details
-
BillFormatValueHrefAttributeMapper
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TuaBillFormatModel source, BillFormat target, ma.glasnost.orika.MappingContext context) Description copied from class:TuaAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classTuaAttributeMapper<TuaBillFormatModel,BillFormat> - Parameters:
source- source objecttarget- target object
-