Class LookupSerdeModule

java.lang.Object
org.apache.druid.query.lookup.LookupSerdeModule
All Implemented Interfaces:
com.google.inject.Module, DruidModule

public class LookupSerdeModule extends Object implements DruidModule
Variant of LookupModule that only supports serde of Query objects, to allow a service to examine queries that might contain for example a RegisteredLookupExtractionFn or a LookupExprMacro, but without requiring the service to load the actual lookups.
  • Constructor Details

    • LookupSerdeModule

      public LookupSerdeModule()
  • Method Details

    • getJacksonModules

      public List<? extends com.fasterxml.jackson.databind.Module> getJacksonModules()
      Specified by:
      getJacksonModules in interface DruidModule
    • configure

      public void configure(com.google.inject.Binder binder)
      Specified by:
      configure in interface com.google.inject.Module