Uses of Class
org.citrusframework.variable.VariableExpressionSegmentMatcher
Packages that use VariableExpressionSegmentMatcher
-
Uses of VariableExpressionSegmentMatcher in org.citrusframework.variable
Methods in org.citrusframework.variable with parameters of type VariableExpressionSegmentMatcherModifier and TypeMethodDescriptionbooleanSegmentVariableExtractor.canExtract(TestContext testContext, Object object, VariableExpressionSegmentMatcher matcher) Extract variables from given object.booleanSegmentVariableExtractorRegistry.MapVariableExtractor.canExtract(TestContext testContext, Object object, VariableExpressionSegmentMatcher matcher) booleanSegmentVariableExtractorRegistry.ObjectFieldValueExtractor.canExtract(TestContext testContext, Object object, VariableExpressionSegmentMatcher matcher) protected abstract ObjectSegmentVariableExtractorRegistry.IndexedSegmentVariableExtractor.doExtractIndexedValue(TestContext testContext, Object object, VariableExpressionSegmentMatcher matcher) Extract the indexed value from the objectprotected ObjectSegmentVariableExtractorRegistry.MapVariableExtractor.doExtractIndexedValue(TestContext testContext, Object parentObject, VariableExpressionSegmentMatcher matcher) protected ObjectSegmentVariableExtractorRegistry.ObjectFieldValueExtractor.doExtractIndexedValue(TestContext testContext, Object parentObject, VariableExpressionSegmentMatcher matcher) protected abstract ObjectSegmentVariableExtractorRegistry.AbstractSegmentVariableExtractor.doExtractValue(TestContext testContext, Object object, VariableExpressionSegmentMatcher matcher) final ObjectSegmentVariableExtractorRegistry.IndexedSegmentVariableExtractor.doExtractValue(TestContext testContext, Object object, VariableExpressionSegmentMatcher matcher) SegmentVariableExtractor.extractValue(TestContext testContext, Object object, VariableExpressionSegmentMatcher matcher) Extract variables from given object.final ObjectSegmentVariableExtractorRegistry.AbstractSegmentVariableExtractor.extractValue(TestContext testContext, Object object, VariableExpressionSegmentMatcher matcher)