Class BillFormatHrefAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaBillFormatModel,BillFormatRefOrValue>
de.hybris.platform.tuawebservicesresources.mappers.billformat.BillFormatHrefAttributeMapper
public class BillFormatHrefAttributeMapper
extends TuaAttributeMapper<TuaBillFormatModel,BillFormatRefOrValue>
This attribute Mapper class maps data for href attribute between
TuaBillFormatModel and BillFormatRefOrValue- Since:
- 2208
-
Constructor Summary
ConstructorsConstructorDescriptionBillFormatHrefAttributeMapper(String sourceAttributeName, String targetAttributeName) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TuaBillFormatModel source, BillFormatRefOrValue 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
-
BillFormatHrefAttributeMapper
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TuaBillFormatModel source, BillFormatRefOrValue 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,BillFormatRefOrValue> - Parameters:
source- source objecttarget- target object
-