Class SellerMappingProcessor

java.lang.Object
com.regnosys.rosetta.common.translation.MappingProcessor
cdm.base.staticdata.party.processor.BuyerSellerMappingProcessor
cdm.base.staticdata.party.processor.SellerMappingProcessor
All Implemented Interfaces:
com.regnosys.rosetta.common.translation.MappingDelegate
Direct Known Subclasses:
CashPaymentSellerMappingProcessor, SellerMappingProcessor, SellerMappingProcessor, SellerMappingProcessor

public class SellerMappingProcessor extends BuyerSellerMappingProcessor
FpML mapping processor.
  • Constructor Summary

    Constructors
    Constructor
    Description
    SellerMappingProcessor(com.rosetta.model.lib.path.RosettaPath modelPath, List<com.regnosys.rosetta.common.translation.Path> synonymPaths, com.regnosys.rosetta.common.translation.MappingContext mappingContext)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getSetter(com.rosetta.model.lib.RosettaModelObjectBuilder builder)
     

    Methods inherited from class cdm.base.staticdata.party.processor.BuyerSellerMappingProcessor

    mapBasic

    Methods inherited from class com.regnosys.rosetta.common.translation.MappingProcessor

    addInvokedTask, getContext, getMappings, getModelPath, getSynonymPaths, getSynonymToEnumMap, getValueAndUpdateMappings, map, map, map, mapBasic, mapBasic, setValueAndUpdateMappings, setValueAndUpdateMappings

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SellerMappingProcessor

      public SellerMappingProcessor(com.rosetta.model.lib.path.RosettaPath modelPath, List<com.regnosys.rosetta.common.translation.Path> synonymPaths, com.regnosys.rosetta.common.translation.MappingContext mappingContext)
  • Method Details