Class MappingDefinition

    • Constructor Detail

      • MappingDefinition

        public MappingDefinition​(IMappingDS datasource,
                                 IMetaModel source,
                                 IMetaModel target,
                                 IExpressionParser sourceExpressionParser,
                                 IExpressionParser targetExpressionParser)
        Constructs the mapping definition with the required arguments.
        Parameters:
        datasource - Object providing the mapping information.
        source - Model containing the the definition of the source profile.
        target - Model containing the definition of the target profile.
        sourceExpressionParser - Parser that should be used for expression of source profile.
        targetExpressionParser - Parser that should be used for expressions of the target profile.
        Throws:
        InitializationException - This exception is thrown when the mapping could not be initialized.