Package org.citrusframework.variable
Class SegmentVariableExtractorRegistry
java.lang.Object
org.citrusframework.variable.SegmentVariableExtractorRegistry
Simple registry holding all available segment variable extractor implementations. Test context can ask this registry for
the extractors managed by this registry in order to access variable content from the TestContext expressed by variable expressions.
Registry provides all known SegmentVariableExtractors.
- Author:
- Thorsten Schlathoelter
-
Nested Class Summary
Nested ClassesModifier 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 parentObject -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtain the segment variable extractors managed by the registry
-
Constructor Details
-
SegmentVariableExtractorRegistry
public SegmentVariableExtractorRegistry()
-
-
Method Details
-
getSegmentValueExtractors
Obtain the segment variable extractors managed by the registry- Returns:
-