public final class InlineExpressionParser extends Object
| Constructor and Description |
|---|
InlineExpressionParser() |
| Modifier and Type | Method and Description |
|---|---|
groovy.lang.Closure<?> |
evaluateClosure()
Evaluate closure.
|
static String |
handlePlaceHolder(String inlineExpression)
Replace all inline expression placeholders.
|
List<String> |
splitAndEvaluate()
Split and evaluate inline expression.
|
public static String handlePlaceHolder(String inlineExpression)
inlineExpression - inline expression with $->$public List<String> splitAndEvaluate()
public groovy.lang.Closure<?> evaluateClosure()
Copyright © 2023 The Apache Software Foundation. All rights reserved.