Package com.tangosol.coherence.dslquery
Class UniversalExtractorBuilder
- java.lang.Object
-
- com.tangosol.coherence.dslquery.UniversalExtractorBuilder
-
- All Implemented Interfaces:
ExtractorBuilder
public class UniversalExtractorBuilder extends Object implements ExtractorBuilder
AnExtractorBuilder
implementation that will build instances ofUniversalExtractor
s.- Since:
- 12.2.1.3.18
- Author:
- jf 2022.01.19
-
-
Constructor Summary
Constructors Constructor Description UniversalExtractorBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueExtractor
realize(String sCacheName, int nTarget, String sProperties)
Create aValueExtractor
for the given cache name, target and property chain.
-
-
-
Method Detail
-
realize
public ValueExtractor realize(String sCacheName, int nTarget, String sProperties)
Description copied from interface:ExtractorBuilder
Create aValueExtractor
for the given cache name, target and property chain.- Specified by:
realize
in interfaceExtractorBuilder
- Parameters:
sCacheName
- the name of the cache the ValueExtractor will be invoked againstnTarget
- the target for the ValueExtractorsProperties
- the path to the property value to extract- Returns:
- a
ValueExtractor
for the given cache name, target and properties
-
-