public class OperationDisplayNameExpressionHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
static String[] |
IMPLICIT_INPUTS |
| Constructor and Description |
|---|
OperationDisplayNameExpressionHandler()
An operation display name expression that will use the default dataweave script.
|
OperationDisplayNameExpressionHandler(String script)
An operation display name expression with a custom dataweave script.
|
| Modifier and Type | Method and Description |
|---|---|
String |
evaluate(String operationId,
String method,
String path) |
public static final String[] IMPLICIT_INPUTS
public OperationDisplayNameExpressionHandler()
public OperationDisplayNameExpressionHandler(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_INPUTSCopyright © 2023. All rights reserved.