Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Composite IValueExtractor implementation based on an array of extractors.

Namespace:  Tangosol.Util.Extractor
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public class ChainedExtractor : AbstractCompositeExtractor

Remarks

The extractors in the array are applied sequentially left-to-right, so a result of a previous extractor serves as a target object for a next one.

Inheritance Hierarchy

System..::.Object
  Tangosol.Util.Extractor..::.AbstractExtractor
    Tangosol.Util.Extractor..::.AbstractCompositeExtractor
      Tangosol.Util.Extractor..::.ChainedExtractor

See Also