Package com.tangosol.coherence.dslquery
Class ReflectionExtractorBuilder
- java.lang.Object
-
- com.tangosol.coherence.dslquery.ReflectionExtractorBuilder
-
- All Implemented Interfaces:
ExtractorBuilder
public class ReflectionExtractorBuilder extends Object implements ExtractorBuilder
AnExtractorBuilder
implementation that will build instances ofReflectionExtractor
s.- Since:
- Coherence 12.2.1
- Author:
- jk 2014.07.15
-
-
Constructor Summary
Constructors Constructor Description ReflectionExtractorBuilder()
-
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
-
-