| Modifier and Type | Method and Description |
|---|---|
Expression |
ExpressionBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
ArgumentBuilder.build(String name,
Expression expression) |
| Modifier and Type | Method and Description |
|---|---|
protected BindingArgument |
BindingArgumentBuilder.build(String name,
Expression expression) |
| Modifier and Type | Method and Description |
|---|---|
protected ResolverArgument |
ResolverArgumentBuilder.build(String name,
Expression expression) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
Argument.getValue() |
| Constructor and Description |
|---|
Argument(String name,
Expression value) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
HttpRequestDataExpressionBinding.getBody() |
| Constructor and Description |
|---|
BindingArgument(String name,
Expression value) |
HttpRequestDataExpressionBinding(List<BindingArgument> headers,
List<BindingArgument> uriParameters,
List<BindingArgument> queryParameters,
Expression body) |
ScriptDataExpression(Expression scriptExpression) |
| Constructor and Description |
|---|
ResolverArgument(String name,
Expression value) |
Copyright © 2024. All rights reserved.