@Repeatable(value=ActiveIfs.class) @Target(value={FIELD,PARAMETER}) @Retention(value=RUNTIME) public @interface ActiveIf
Modifier and Type | Required Element and Description |
---|---|
String |
target |
String[] |
value |
Modifier and Type | Optional Element and Description |
---|---|
ActiveIf.EvaluationStrategy |
evaluationStrategy |
ActiveIf.EvaluationStrategyOption[] |
evaluationStrategyOptions |
boolean |
negate
Should the condition deduced from the target comparison to the value(s) be compared to true or false.
|
public abstract boolean negate
Predicate
and this toggle
calling Predicate.negate()
.public abstract ActiveIf.EvaluationStrategy evaluationStrategy
public abstract ActiveIf.EvaluationStrategyOption[] evaluationStrategyOptions
1.1.27-SNAPSHOT - Copyright © 2019 Talend Component Kit Documentation