Package org.citrusframework.dsl
Class PathExpressionSupport
java.lang.Object
org.citrusframework.dsl.PathExpressionSupport
- All Implemented Interfaces:
PathExpressionAdapter,WithExpressions<PathExpressionSupport>,MessageProcessorAdapter,ValidationContextAdapter,VariableExtractorAdapter
public class PathExpressionSupport
extends Object
implements WithExpressions<PathExpressionSupport>, PathExpressionAdapter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexpression(String expression, Object value) expressions(Map<String, Object> expressions) static PathExpressionSupportpath()Static entrance for all generic path expression related Java DSL functionalities.
-
Constructor Details
-
PathExpressionSupport
public PathExpressionSupport()
-
-
Method Details
-
path
Static entrance for all generic path expression related Java DSL functionalities.- Returns:
-
asExtractor
- Specified by:
asExtractorin interfaceVariableExtractorAdapter
-
asValidationContext
- Specified by:
asValidationContextin interfaceValidationContextAdapter
-
asProcessor
- Specified by:
asProcessorin interfaceMessageProcessorAdapter
-
expressions
- Specified by:
expressionsin interfaceWithExpressions<PathExpressionSupport>
-
expression
- Specified by:
expressionin interfaceWithExpressions<PathExpressionSupport>
-