public class ParameterIdentifierExpressionHandler extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ParameterIdentifierExpressionHandler.TypeParam |
| Modifier and Type | Field and Description |
|---|---|
static String[] |
IMPLICIT_INPUTS |
| Constructor and Description |
|---|
ParameterIdentifierExpressionHandler() |
ParameterIdentifierExpressionHandler(String script) |
| Modifier and Type | Method and Description |
|---|---|
String |
evaluate(String name,
ParameterIdentifierExpressionHandler.TypeParam type) |
public static final String[] IMPLICIT_INPUTS
public ParameterIdentifierExpressionHandler(String script) throws org.mule.weave.v2.parser.phase.CompilationException
script - parameterized by the user, which might have the extra '#['/']' we need to removeorg.mule.weave.v2.parser.phase.CompilationException - if the user consumes bindings that are not present, see IMPLICIT_INPUTSpublic ParameterIdentifierExpressionHandler()
public String evaluate(String name, ParameterIdentifierExpressionHandler.TypeParam type)
Copyright © 2023. All rights reserved.