Package com.tangosol.coherence.dslquery
Class ReflectionExtractorBuilder
java.lang.Object
com.tangosol.coherence.dslquery.ReflectionExtractorBuilder
- All Implemented Interfaces:
ExtractorBuilder
An
ExtractorBuilder implementation that will build
instances of ReflectionExtractors.- Since:
- Coherence 12.2.1
- Author:
- jk 2014.07.15
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreate aValueExtractorfor the given cache name, target and property chain.
-
Constructor Details
-
ReflectionExtractorBuilder
public ReflectionExtractorBuilder()
-
-
Method Details
-
realize
Description copied from interface:ExtractorBuilderCreate aValueExtractorfor the given cache name, target and property chain.- Specified by:
realizein 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
ValueExtractorfor the given cache name, target and properties
-