Class ConversionContext


  • public class ConversionContext
    extends java.lang.Object
    Author:
    bratseth
    • Constructor Summary

      Constructors 
      Constructor Description
      ConversionContext​(java.lang.String destination, CompiledQueryProfileRegistry registry, com.yahoo.language.process.Embedder embedder, java.util.Map<java.lang.String,​java.lang.String> context)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String destination()
      Returns the local name of the field which will receive the converted value (or null when this is empty)
      static ConversionContext empty()
      Returns an empty context
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConversionContext

        public ConversionContext​(java.lang.String destination,
                                 CompiledQueryProfileRegistry registry,
                                 com.yahoo.language.process.Embedder embedder,
                                 java.util.Map<java.lang.String,​java.lang.String> context)
    • Method Detail

      • destination

        public java.lang.String destination()
        Returns the local name of the field which will receive the converted value (or null when this is empty)