public class OperationIdentifierExpressionHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
static String[] |
IMPLICIT_INPUTS |
| Constructor and Description |
|---|
OperationIdentifierExpressionHandler() |
OperationIdentifierExpressionHandler(String script) |
| Modifier and Type | Method and Description |
|---|---|
String |
evaluate(String operationId,
String method,
String path) |
public static final String[] IMPLICIT_INPUTS
public OperationIdentifierExpressionHandler(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 OperationIdentifierExpressionHandler()
Copyright © 2021. All rights reserved.