Class PrAttributeMapper<SOURCE,TARGET>

java.lang.Object
de.hybris.platform.partyroletmfwebservices.v1.mappers.PrAttributeMapper<SOURCE,TARGET>
Direct Known Subclasses:
AccountRefAtReferredTypeAttributeMapper, AccountRefAtSchemaLocationAttributeMapper, AccountRefAtTypeAttributeMapper, AccountRefHrefAttributeMapper, AgreementRefAtReferredTypeAttributeMapper, AgreementRefAtSchemaLocationAttributeMapper, AgreementRefAtTypeAttributeMapper, AgreementRefHrefAttributeMapper, CharacteristicAtSchemaLocationAttributeMapper, CharacteristicAtTypeAttributeMapper, ContactMediumAtSchemaLocationAttributeMapper, ContactMediumAtTypeAttributeMapper, ContactMediumValidForAttributeMapper, CreditProfileAtSchemaLocationAttributeMapper, CreditProfileAtTypeAttributeMapper, CreditProfileValidForAttributeMapper, MediumCharacteristicAtSchemaLocationAttributeMapper, MediumCharacteristicAtTypeAttributeMapper, PartyRoleAccountAttributeMapper, PartyRoleAgreementAttributeMapper, PartyRoleAtSchemaLocationAttributeMapper, PartyRoleAtTypeAttributeMapper, PartyRoleCharacteristicAttributeMapper, PartyRoleContactMediumAttributeMapper, PartyRoleCreditProfileAttributeMapper, PartyRoleEngagedPartyAttributeMapper, PartyRoleHrefAttributeMapper, PartyRolePaymentMethodAttributeMapper, PartyRoleRelatedPartyAttributeMapper, PartyRoleValidForAttributeMapper, PaymentMethodRefAtReferredTypeAttributeMapper, PaymentMethodRefAtSchemaLocationAttributeMapper, PaymentMethodRefAtTypeAttributeMapper, PaymentMethodRefHrefAttributeMapper, PaymentMethodRefIdAttributeMapper, RelatedPartyAtReferredTypeAttributeMapper, RelatedPartyAtReferredTypeAttributeMapper, RelatedPartyAtReferredTypeAttributeMapper, RelatedPartyAtReferredTypeAttributeMapper, RelatedPartyAtReferredTypeAttributeMapper, RelatedPartyAtSchemaLocationAttributeMapper, RelatedPartyAtSchemaLocationAttributeMapper, RelatedPartyAtSchemaLocationAttributeMapper, RelatedPartyAtTypeAttributeMapper, RelatedPartyAtTypeAttributeMapper, RelatedPartyAtTypeAttributeMapper, RelatedPartyHrefAttributeMapper, RelatedPartyHrefAttributeMapper, RelatedPartyHrefAttributeMapper, RelatedPartyHrefAttributeMapper, RelatedPartyHrefAttributeMapper, RelatedPartyIdAttributeMapper, RelatedPartyIdAttributeMapper, RelatedPartyRoleAttributeMapper, RelatedPartyRoleAttributeMapper

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

    • PrAttributeMapper

      public PrAttributeMapper(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

      protected String getSourceAttributeName()
      Deprecated.
    • getTargetAttributeName

      protected String getTargetAttributeName()
      Deprecated.