Class SpincastConfigPluginModule

java.lang.Object
com.google.inject.AbstractModule
org.spincast.core.guice.SpincastGuiceModuleBase
org.spincast.plugins.config.SpincastConfigPluginModule
All Implemented Interfaces:
com.google.inject.Module, org.spincast.core.guice.SpincastContextTypesInterested

public class SpincastConfigPluginModule extends org.spincast.core.guice.SpincastGuiceModuleBase
Guice module for the Spincast Config Plugin.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    SpincastConfigPluginModule(Class<? extends org.spincast.core.config.SpincastConfig> specificConfigImplClass)
     
    SpincastConfigPluginModule(Class<? extends org.spincast.core.exchange.RequestContext<?>> requestContextImplementationClass, Class<? extends org.spincast.core.websocket.WebsocketContext<?>> websocketContextImplementationClass)
     
    SpincastConfigPluginModule(Class<? extends org.spincast.core.exchange.RequestContext<?>> requestContextImplementationClass, Class<? extends org.spincast.core.websocket.WebsocketContext<?>> websocketContextImplementationClass, Class<? extends org.spincast.core.config.SpincastConfig> specificConfigImplClass)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
    protected Class<? extends org.spincast.core.config.SpincastConfig>
     
    protected Class<? extends org.spincast.core.config.SpincastConfig>
     
    protected Class<? extends org.spincast.core.config.SpincastConfig>
     

    Methods inherited from class org.spincast.core.guice.SpincastGuiceModuleBase

    getRequestContextImplementationClass, getRequestContextInterface, getWebsocketContextImplementationClass, getWebsocketContextInterface, install, parameterizeWithContextInterfaces, parameterizeWithRequestContext, parameterizeWithWebsocketContext, setRequestContextImplementationClass, setWebsocketContextImplementationClass

    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, requestInjection, requestStaticInjection, requireBinding, requireBinding

    Methods inherited from class java.lang.Object

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

    • SpincastConfigPluginModule

      public SpincastConfigPluginModule()
    • SpincastConfigPluginModule

      public SpincastConfigPluginModule(Class<? extends org.spincast.core.config.SpincastConfig> specificConfigImplClass)
    • SpincastConfigPluginModule

      public SpincastConfigPluginModule(Class<? extends org.spincast.core.exchange.RequestContext<?>> requestContextImplementationClass, Class<? extends org.spincast.core.websocket.WebsocketContext<?>> websocketContextImplementationClass)
    • SpincastConfigPluginModule

      public SpincastConfigPluginModule(Class<? extends org.spincast.core.exchange.RequestContext<?>> requestContextImplementationClass, Class<? extends org.spincast.core.websocket.WebsocketContext<?>> websocketContextImplementationClass, Class<? extends org.spincast.core.config.SpincastConfig> specificConfigImplClass)
  • Method Details

    • configure

      protected void configure()
      Specified by:
      configure in class org.spincast.core.guice.SpincastGuiceModuleBase
    • getSpecificConfigImplClass

      protected Class<? extends org.spincast.core.config.SpincastConfig> getSpecificConfigImplClass()
    • getConfigImplClass

      protected Class<? extends org.spincast.core.config.SpincastConfig> getConfigImplClass()
    • getDefaultConfigImplClass

      protected Class<? extends org.spincast.core.config.SpincastConfig> getDefaultConfigImplClass()