Class IndividualIdentificationAttachmentAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaIdentificationModel,IndividualIdentification>
de.hybris.platform.tuawebservicesresources.mappers.individualidentification.IndividualIdentificationAttachmentAttributeMapper
public class IndividualIdentificationAttachmentAttributeMapper
extends TuaAttributeMapper<TuaIdentificationModel,IndividualIdentification>
This attribute Mapper class maps data for attachment attribute between
TuaIdentificationModel and
IndividualIdentification- Since:
- 2208
-
Constructor Summary
ConstructorsConstructorDescriptionIndividualIdentificationAttachmentAttributeMapper(String sourceAttributeName, String targetAttributeName, TuaEntityResourceNormalizer<AttachmentRefOrValue, CatalogUnawareMediaModel> tuaMediaModelEntityResourceNormalizer) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateSourceAttributeFromTarget(IndividualIdentification target, TuaIdentificationModel source, ma.glasnost.orika.MappingContext context) Populates the source attribute value obtained by processing the target object.voidpopulateTargetAttributeFromSource(TuaIdentificationModel source, IndividualIdentification 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
-
Constructor Details
-
IndividualIdentificationAttachmentAttributeMapper
public IndividualIdentificationAttachmentAttributeMapper(String sourceAttributeName, String targetAttributeName, TuaEntityResourceNormalizer<AttachmentRefOrValue, CatalogUnawareMediaModel> tuaMediaModelEntityResourceNormalizer)
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TuaIdentificationModel source, IndividualIdentification 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<TuaIdentificationModel,IndividualIdentification> - Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(IndividualIdentification target, TuaIdentificationModel source, ma.glasnost.orika.MappingContext context) Description copied from class:TuaAttributeMapperPopulates the source attribute value obtained by processing the target object.- Overrides:
populateSourceAttributeFromTargetin classTuaAttributeMapper<TuaIdentificationModel,IndividualIdentification> - Parameters:
target- target objectsource- source object
-
getTuaMediaModelEntityResourceNormalizer
protected TuaEntityResourceNormalizer<AttachmentRefOrValue,CatalogUnawareMediaModel> getTuaMediaModelEntityResourceNormalizer()
-