Package com.tangosol.coherence.dslquery
Class UniversalExtractorBuilder
java.lang.Object
com.tangosol.coherence.dslquery.UniversalExtractorBuilder
- All Implemented Interfaces:
ExtractorBuilder
An
ExtractorBuilder
implementation that will build
instances of UniversalExtractor
s.- Since:
- 12.2.1.3.18
- Author:
- jf 2022.01.19
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreate aValueExtractor
for the given cache name, target and property chain.
-
Constructor Details
-
UniversalExtractorBuilder
public UniversalExtractorBuilder()
-
-
Method Details
-
realize
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
-