Package | Description |
---|---|
org.dynamide.interpreters | |
org.dynamide.restreplay | |
org.dynamide.restreplay.mutators |
Class and Description |
---|
Alert |
Alert.LEVEL |
EvalResult |
VarInfo |
Class and Description |
---|
Alert |
Alert.LEVEL |
Eval
Eval evaluates strings containing Jexl2 expressions bound within braces:
${expression1} some text ${expression2}
If you pass a single expression, with its braces, the result will be the result object from the Jexl engine,
for example eval'ing ${['a','b']} will return a Java array of String. |
EvalResult |
Class and Description |
---|
Eval
Eval evaluates strings containing Jexl2 expressions bound within braces:
${expression1} some text ${expression2}
If you pass a single expression, with its braces, the result will be the result object from the Jexl engine,
for example eval'ing ${['a','b']} will return a Java array of String. |
Copyright © 2016. All rights reserved.