Class ReflectionExtractorBuilder

java.lang.Object
com.tangosol.coherence.dslquery.ReflectionExtractorBuilder
All Implemented Interfaces:
ExtractorBuilder

public class ReflectionExtractorBuilder extends Object implements ExtractorBuilder
An ExtractorBuilder implementation that will build instances of ReflectionExtractors.
Since:
Coherence 12.2.1
Author:
jk 2014.07.15
  • Constructor Details

    • ReflectionExtractorBuilder

      public ReflectionExtractorBuilder()
  • Method Details

    • realize

      public ValueExtractor realize(String sCacheName, int nTarget, String sProperties)
      Description copied from interface: ExtractorBuilder
      Create a ValueExtractor for the given cache name, target and property chain.
      Specified by:
      realize in interface ExtractorBuilder
      Parameters:
      sCacheName - the name of the cache the ValueExtractor will be invoked against
      nTarget - the target for the ValueExtractor
      sProperties - the path to the property value to extract
      Returns:
      a ValueExtractor for the given cache name, target and properties