Class UniversalExtractorBuilder

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

public class UniversalExtractorBuilder extends Object implements ExtractorBuilder
An ExtractorBuilder implementation that will build instances of UniversalExtractors.
Since:
12.2.1.3.18
Author:
jf 2022.01.19
  • Constructor Details

    • UniversalExtractorBuilder

      public UniversalExtractorBuilder()
  • 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