Class BaseGuiceModule

java.lang.Object
com.google.inject.AbstractModule
io.datarouter.inject.guice.BaseGuiceModule
All Implemented Interfaces:
com.google.inject.Module, GuiceOptionalBinder
Direct Known Subclasses:
BasePlugin

public abstract class BaseGuiceModule
extends com.google.inject.AbstractModule
implements GuiceOptionalBinder
  • Constructor Details

    • BaseGuiceModule

      public BaseGuiceModule()
  • Method Details

    • getGuiceBinder

      public com.google.inject.Binder getGuiceBinder()
      Specified by:
      getGuiceBinder in interface GuiceOptionalBinder
    • bindUnsupported

      public <T> void bindUnsupported​(Class<T> type)