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