Annotation Type ActiveIf

      • value

        String[] value
        Returns:
        the value to compare with the evaluated path.
      • negate

        boolean negate
        Should the condition deduced from the target comparison to the value(s) be compared to true or false. It is equivalent to see target and value defining a Predicate and this toggle calling Predicate.negate().
        Returns:
        if set to true it will be compared to false (reversed), otherwise it is compared to true.
        Default:
        false
      • evaluationStrategy

        ActiveIf.EvaluationStrategy evaluationStrategy
        Returns:
        the strategy to use to evaluate the value compared to value array.
        Default:
        org.talend.sdk.component.api.configuration.condition.ActiveIf.EvaluationStrategy.DEFAULT