| Modifier and Type | Interface and Description |
|---|---|
static class |
FlowOption.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
getCondition()
Matching condition expression in form of simple language expression.
|
default String |
getConditionExpression()
Get the final condition expression for this mapping either directly referencing the condition or building a
simple expression from given path, operator and value.
|
String |
getFlow()
Flow that this mapping is pointing to.
|
String |
getOp()
Operator to use for the expression.
|
String |
getPath()
Path expression within the message on which to evaluate on.
|
String |
getValue()
Value used by operator to decide whether the expression applies
|
convertPathToSimpleString getCondition()
String getFlow()
String getPath()
RuleBaseString getOp()
RuleBaseString getValue()
RuleBasedefault String getConditionExpression()
Copyright © 2016–2019 Red Hat. All rights reserved.