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