public abstract class ServiceModule
extends com.google.inject.AbstractModule
| Constructor and Description |
|---|
ServiceModule() |
| Modifier and Type | Method and Description |
|---|---|
protected <T> void |
bindServiceApi(java.lang.Class<T> apiClass,
java.lang.Class<? extends T> impl)
bindServiceApi.
|
protected void |
configure() |
abstract void |
configureModule()
configureModule.
|
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBindingpublic abstract void configureModule()
configureModule.
protected void configure()
configure in class com.google.inject.AbstractModuleprotected <T> void bindServiceApi(java.lang.Class<T> apiClass,
java.lang.Class<? extends T> impl)
bindServiceApi.
T - a T object.apiClass - a Class object.impl - a Class object.Copyright © 2021. All rights reserved.