Class DiGuiceModule

java.lang.Object
com.google.inject.AbstractModule
io.vertx.up.uca.di.DiGuiceModule
All Implemented Interfaces:
com.google.inject.Module

public abstract class DiGuiceModule extends com.google.inject.AbstractModule
Author:
Lang
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected <T> String
     
    protected <T extends I, I>
    Set<String>
    bindInterface(Class<I> interfaceCls, Set<Class<T>> implSet)
     
    protected io.horizon.uca.log.Annal
     

    Methods inherited from class com.google.inject.AbstractModule

    addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, 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 Details

    • DiGuiceModule

      public DiGuiceModule()
  • Method Details

    • bindConstructor

      protected <T> String bindConstructor(Class<T> clazz)
    • bindInterface

      protected <T extends I, I> Set<String> bindInterface(Class<I> interfaceCls, Set<Class<T>> implSet)
    • logger

      protected io.horizon.uca.log.Annal logger()