Class InputSourceModule

java.lang.Object
org.apache.druid.metadata.input.InputSourceModule
All Implemented Interfaces:
com.google.inject.Module, DruidModule

public class InputSourceModule extends Object implements DruidModule
Module that installs InputSource implementations
  • Constructor Details

    • InputSourceModule

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