Uses of Interface
org.citrusframework.variable.SegmentVariableExtractor
Packages that use SegmentVariableExtractor
-
Uses of SegmentVariableExtractor in org.citrusframework.variable
Classes in org.citrusframework.variable that implement SegmentVariableExtractorModifier and TypeClassDescriptionstatic classBase class for segment variable extractors that ensures that an exception is thrown upon no match.static classBase class for extractors that can operate on indexed values.static classSegmentVariableExtractor that accesses the segment value from aMap.static classSegmentVariableExtractor that accesses the segment value by aFieldof the parentObjectMethods in org.citrusframework.variable that return types with arguments of type SegmentVariableExtractorModifier and TypeMethodDescriptionSegmentVariableExtractorRegistry.getSegmentValueExtractors()Obtain the segment variable extractors managed by the registryMethod parameters in org.citrusframework.variable with type arguments of type SegmentVariableExtractorModifier and TypeMethodDescriptionstatic ObjectVariableExpressionIterator.getLastExpressionValue(String variableExpression, TestContext testContext, List<SegmentVariableExtractor> extractors) Constructor parameters in org.citrusframework.variable with type arguments of type SegmentVariableExtractorModifierConstructorDescriptionVariableExpressionIterator(String variableExpression, TestContext testContext, List<SegmentVariableExtractor> segmentValueExtractors)