Class SegmentVariableExtractorRegistry

java.lang.Object
org.citrusframework.variable.SegmentVariableExtractorRegistry

public class SegmentVariableExtractorRegistry extends Object
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
  • Constructor Details

    • SegmentVariableExtractorRegistry

      public SegmentVariableExtractorRegistry()
  • Method Details

    • getSegmentValueExtractors

      public List<SegmentVariableExtractor> getSegmentValueExtractors()
      Obtain the segment variable extractors managed by the registry
      Returns: