Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
12c (12.2.1.4.0)
E90869-02
            Composite IValueExtractor implementation based on an
            array of extractors.
            
Namespace: Tangosol.Util.Extractor
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)
 Syntax
Syntax
| C# | 
|---|
| public class ChainedExtractor : AbstractCompositeExtractor | 
 Remarks
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
Inheritance Hierarchy
System..::..Object
Tangosol.Util.Extractor..::..AbstractExtractor
Tangosol.Util.Extractor..::..AbstractCompositeExtractor
Tangosol.Util.Extractor..::..ChainedExtractor
Tangosol.Util.Extractor..::..AbstractExtractor
Tangosol.Util.Extractor..::..AbstractCompositeExtractor
Tangosol.Util.Extractor..::..ChainedExtractor






