Class ServiceRefSchemaLocationAttributeMapper
java.lang.Object
de.hybris.platform.subscribedproducttmfwebservices.v1.mappers.SpiAttributeMapper<SpiServiceModel,ServiceRef>
de.hybris.platform.subscribedproducttmfwebservices.v1.mappers.serviceref.ServiceRefSchemaLocationAttributeMapper
@Deprecated(since="2208")
public class ServiceRefSchemaLocationAttributeMapper
extends SpiAttributeMapper<SpiServiceModel,ServiceRef>
Deprecated.
2208
This attribute Mapper class maps data for atSchemaLocation attribute between
SpiServiceModel and ServiceRef- Since:
- 2105
-
Constructor Summary
ConstructorsConstructorDescriptionServiceRefSchemaLocationAttributeMapper(String sourceAttributeName, String targetAttributeName) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(SpiServiceModel source, ServiceRef target, ma.glasnost.orika.MappingContext context) Deprecated.Populates the target attribute value obtained by processing the source object.Methods inherited from class de.hybris.platform.subscribedproducttmfwebservices.v1.mappers.SpiAttributeMapper
getSourceAttributeName, getTargetAttributeName, populateSourceAttributeFromTarget
-
Constructor Details
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(SpiServiceModel source, ServiceRef target, ma.glasnost.orika.MappingContext context) Deprecated.Description copied from class:SpiAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classSpiAttributeMapper<SpiServiceModel,ServiceRef> - Parameters:
source- source objecttarget- target object
-