Class NodeModule

  • All Implemented Interfaces:
    com.google.inject.Module, ru.vyarus.dropwizard.guice.module.support.BootstrapAwareModule<NodeConfiguration>, ru.vyarus.dropwizard.guice.module.support.ConfigurationAwareModule<NodeConfiguration>, ru.vyarus.dropwizard.guice.module.support.ConfigurationTreeAwareModule, ru.vyarus.dropwizard.guice.module.support.EnvironmentAwareModule, ru.vyarus.dropwizard.guice.module.support.OptionsAwareModule

    public class NodeModule
    extends ru.vyarus.dropwizard.guice.module.support.DropwizardAwareModule<NodeConfiguration>
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeModule()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void configure()  
      • Methods inherited from class ru.vyarus.dropwizard.guice.module.support.DropwizardAwareModule

        appPackage, bootstrap, configuration, configuration, configuration, configurations, configurationTree, environment, options, setBootstrap, setConfiguration, setConfigurationTree, setEnvironment, setOptions, sharedState, sharedStateOrFail
      • Methods inherited from class com.google.inject.AbstractModule

        addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
      • Methods inherited from class java.lang.Object

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

      • NodeModule

        public NodeModule()
    • Method Detail

      • configure

        protected void configure()
        Overrides:
        configure in class com.google.inject.AbstractModule