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