Class 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 Detail

      • SegmentVariableExtractorRegistry

        public SegmentVariableExtractorRegistry()
    • Method Detail

      • getSegmentValueExtractors

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