Class MatchConditionVisitor

    • Method Detail

      • addMatchCondition

        public void addMatchCondition​(String sourceExpression,
                                      MatchConditionOperator operator,
                                      String targetExpression)
        Description copied from interface: IMatchConditionVisitor
        The iterate method should invoke this method with a valid datasource implementation for each source entity mapping.
        Specified by:
        addMatchCondition in interface IMatchConditionVisitor
        Parameters:
        sourceExpression - The source expression, may not be null.
        operator - The operator that is used to compare the source expression with the target expression, may not be null.
        targetExpression - The target expression, may not be null.