Uses of Interface
com.consol.citrus.variable.SegmentVariableExtractor
-
Packages that use SegmentVariableExtractor Package Description com.consol.citrus.variable -
-
Uses of SegmentVariableExtractor in com.consol.citrus.variable
Classes in com.consol.citrus.variable that implement SegmentVariableExtractor Modifier and Type Class Description static classSegmentVariableExtractorRegistry.AbstractSegmentVariableExtractorBase class for segment variable extractors that ensures that an exception is thrown upon no match.static classSegmentVariableExtractorRegistry.IndexedSegmentVariableExtractorBase class for extractors that can operate on indexed values.static classSegmentVariableExtractorRegistry.MapVariableExtractorSegmentVariableExtractor that accesses the segment value from aMap.static classSegmentVariableExtractorRegistry.ObjectFieldValueExtractorSegmentVariableExtractor that accesses the segment value by aFieldof the parentObjectMethods in com.consol.citrus.variable that return types with arguments of type SegmentVariableExtractor Modifier and Type Method Description List<SegmentVariableExtractor>SegmentVariableExtractorRegistry. getSegmentValueExtractors()Obtain the segment variable extractors managed by the registryMethod parameters in com.consol.citrus.variable with type arguments of type SegmentVariableExtractor Modifier and Type Method Description static ObjectVariableExpressionIterator. getLastExpressionValue(String variableExpression, TestContext testContext, List<SegmentVariableExtractor> extractors)Constructor parameters in com.consol.citrus.variable with type arguments of type SegmentVariableExtractor Constructor Description VariableExpressionIterator(String variableExpression, TestContext testContext, List<SegmentVariableExtractor> segmentValueExtractors)
-