Class BillPresentationMediaSchemaLocationAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaBillPresentationMediaModel,BillPresentationMediaRefOrValue>
de.hybris.platform.tuawebservicesresources.mappers.billpresentationmedia.BillPresentationMediaSchemaLocationAttributeMapper
public class BillPresentationMediaSchemaLocationAttributeMapper
extends TuaAttributeMapper<TuaBillPresentationMediaModel,BillPresentationMediaRefOrValue>
This attribute Mapper class maps data for schema location attribute between
TuaBillPresentationMediaModel and
BillPresentationMediaRefOrValue- Since:
- 2208
-
Constructor Summary
ConstructorsConstructorDescriptionBillPresentationMediaSchemaLocationAttributeMapper(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
-
BillPresentationMediaSchemaLocationAttributeMapper
-
-
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
-