| Modifier and Type | Interface and Description |
|---|---|
interface |
DataExpressionBuilder<T extends DataExpression>
Implementing classes are able to build a data expression.
|
| Modifier and Type | Method and Description |
|---|---|
DataExpression |
DataExpressionBuilders.build() |
| Modifier and Type | Method and Description |
|---|---|
SequenceCompositeDataExpressionBuilder.StepBuilder |
SequenceCompositeDataExpressionBuilder.StepBuilder.withDataExpression(DataExpression dataExpression) |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpRequestDataExpression
An evaluable -executable- HTTP Request, with its corresponding path, method and bindings.
|
class |
ScriptDataExpression
An evaluable script data expression.
|
class |
SequenceCompositeDataExpression
A data expression that composes multiple data expressions in steps.
|
| Modifier and Type | Method and Description |
|---|---|
DataExpression |
SequenceCompositeDataExpression.Step.getDataExpression() |
| Constructor and Description |
|---|
Step(DataExpression dataExpression) |
Step(String name,
DataExpression dataExpression) |
| Constructor and Description |
|---|
SampleDataResolverDefinition(DataExpression resultDataExpression) |
Copyright © 2021. All rights reserved.