Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
System..::.Object
Tangosol.Util.Extractor..::.AbstractExtractor
Tangosol.Util.Extractor..::.AbstractCompositeExtractor
Tangosol.Util.Extractor..::.ChainedExtractor
E22844-03
Composite IValueExtractor implementation based on an
array of extractors.
Namespace:
Tangosol.Util.ExtractorAssembly: 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
Tangosol.Util.Extractor..::.AbstractExtractor
Tangosol.Util.Extractor..::.AbstractCompositeExtractor
Tangosol.Util.Extractor..::.ChainedExtractor