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