Package io.vertx.up.uca.di
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 DiGuiceModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <T> StringbindConstructor(Class<T> clazz)protected <T extends I,I>
Set<String>bindInterface(Class<I> interfaceCls, Set<Class<T>> implSet)protected io.vertx.up.log.Annallogger()-
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
-
-