Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Composite IValueExtractor implementation based on an array of extractors.

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

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