Class ExtensionsModule

  • All Implemented Interfaces:
    com.google.inject.Module

    public class ExtensionsModule
    extends Object
    implements com.google.inject.Module
    Module for the extensions loader. Add to the startup injector for Druid servers. Not visible to the StartupInjectorBuilder, so must be added by servers explicitly.
    • Constructor Detail

      • ExtensionsModule

        public ExtensionsModule()
    • Method Detail

      • configure

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