Class SpiAttributeMapper<SOURCE,TARGET>

java.lang.Object
de.hybris.platform.subscribedproducttmfwebservices.v1.mappers.SpiAttributeMapper<SOURCE,TARGET>
Direct Known Subclasses:
AgreementItemRefHrefAttributeMapper, AgreementItemRefSchemaLocationAttributeMapper, AgreementItemRefTypeAttributeMapper, BillingAccountRefHrefAttributeMapper, BillingAccountRefSchemaLocationAttributeMapper, BillingAccountRefTypeAttributeMapper, CharacteristicSchemaLocationAttributeMapper, CharacteristicTypeAttributeMapper, PriceAlterationBaseTypeAttributeMapper, PriceAlterationPriceAttributeMapper, PriceAlterationProductOfferingPriceAttributeMapper, PriceAlterationSchemaLocationAttributeMapper, PriceAlterationTypeAttributeMapper, PriceDutyFreeAmountAttributeMapper, PricePercentageAttributeMapper, PriceSchemaLocationAttributeMapper, PriceTaxIncludedAmountAttributeMapper, PriceTaxRateAttributeMapper, PriceTypeAttributeMapper, ProductAgreementAttributeMapper, ProductBillingAccountAttributeMapper, ProductCharacteristicAttributeMapper, ProductChildrenAttributeMapper, ProductHrefAttributeMapper, ProductIsBundleAttributeMapper, ProductOfferingAttributeMapper, ProductOfferingPriceRefHrefAttributeMapper, ProductOfferingPriceRefReferredTypeAttributeMapper, ProductOfferingPriceRefSchemaLocationAttributeMapper, ProductOfferingRefHrefAttributeMapper, ProductOfferingRefReferredTypeAttributeMapper, ProductOfferingRefSchemaLocationAttributeMapper, ProductOrderItemAttributeMapper, ProductPlaceAttributeMapper, ProductPriceAttributeMapper, ProductPriceBillingAccountAttributeMapper, ProductPricePriceAttributeMapper, ProductPricePriceTypeAttributeMapper, ProductPriceProductOfferingPriceAttributeMapper, ProductPriceSchemaLocationAttributeMapper, ProductPriceTypeAttributeMapper, ProductRealizingResourceAttributeMapper, ProductRealizingServiceAttributeMapper, ProductRelatedPartyAttributeMapper, ProductRelationshipAttributeMapper, ProductRelationshipProductAttributeMapper, ProductRelationshipSchemaLocationAttributeMapper, ProductRelationshipTypeAttributeMapper, ProductSchemaLocationAttributeMapper, ProductSpecificationAttributeMapper, ProductSpecificationRefHrefAttributeMapper, ProductSpecificationRefRefferedTypeAttributeMapper, ProductSpecificationRefSchemaLocationAttributeMapper, ProductStatusAttributeMapper, ProductTermAttributeMapper, ProductTermDurationAttributeMapper, ProductTermSchemaLocationAttributeMapper, ProductTermTypeAttributeMapper, ProductTermUnitsAttributeMapper, ProductTermValidForAttributeMapper, ProductTypeAttributeMapper, RelatedPartyHrefAttributeMapper, RelatedPartySchemaLocationAttributeMapper, RelatedPartyTypeAttributeMapper, RelatedPlaceRefOrValueHrefAttributeMapper, RelatedPlaceRefOrValueReferredTypeAttributeMapper, RelatedPlaceRefOrValueSchemaLocationAttributeMapper, RelatedProductOrderItemActionAttributeMapper, RelatedProductOrderItemHrefAttributeMapper, RelatedProductOrderItemSchemaLocationAttributeMapper, RelatedProductOrderItemTypeAttributeMapper, RelationshipTypeAttributeMapper, ResourceRefHrefAttributeMapper, ResourceRefReferredTypeAttributeMapper, ResourceRefSchemaLocationAttributeMapper, ServiceRefHrefAttributeMapper, ServiceRefReferredTypeAttributeMapper, ServiceRefSchemaLocationAttributeMapper, SpiProductTermAmountAttributeMapper

@Deprecated(since="2208") public abstract class SpiAttributeMapper<SOURCE,TARGET> extends Object
Deprecated.
2208
This attribute mapper class populates the value of a SpiAttributeMapper attribute by processing a SpiAttributeMapper object
Since:
2105
  • Constructor Details

    • SpiAttributeMapper

      public SpiAttributeMapper(String sourceAttributeName, String targetAttributeName)
      Deprecated.
  • Method Details

    • populateTargetAttributeFromSource

      public abstract void populateTargetAttributeFromSource(SOURCE source, TARGET target, ma.glasnost.orika.MappingContext context)
      Deprecated.
      Populates the target attribute value obtained by processing the source object.
      Parameters:
      source - source object
      target - target object
    • populateSourceAttributeFromTarget

      public void populateSourceAttributeFromTarget(TARGET target, SOURCE source, ma.glasnost.orika.MappingContext context)
      Deprecated.
      Populates the source attribute value obtained by processing the target object.
      Parameters:
      source - source object
      target - target object
    • getSourceAttributeName

      public String getSourceAttributeName()
      Deprecated.
    • getTargetAttributeName

      public String getTargetAttributeName()
      Deprecated.