Class UniversalExtractorBuilder

    • Constructor Detail

      • UniversalExtractorBuilder

        public UniversalExtractorBuilder()
    • Method Detail

      • 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