public abstract class SpincastGuiceModuleBase
extends com.google.inject.AbstractModule
| Constructor and Description |
|---|
SpincastGuiceModuleBase() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Type |
getRequestContextType()
The type of the request context objects.
|
protected abstract Type |
getWebsocketContextType()
The type of the Websocket context objects.
|
protected <T> com.google.inject.Key<T> |
parameterizeWithContextInterfaces(Class<T> clazz)
Get a version of the specified class parameterized with the
request and Websocket context types.
|
protected <T> com.google.inject.Key<T> |
parameterizeWithRequestContext(Class<T> clazz)
Get a version of the specified class parameterized with the
request context type.
|
protected <T> com.google.inject.Key<T> |
parameterizeWithWebsocketContext(Class<T> clazz)
Get a version of the specified class parameterized with the
Websocket context type.
|
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBindingprotected <T> com.google.inject.Key<T> parameterizeWithRequestContext(Class<T> clazz)
protected <T> com.google.inject.Key<T> parameterizeWithWebsocketContext(Class<T> clazz)
protected <T> com.google.inject.Key<T> parameterizeWithContextInterfaces(Class<T> clazz)
protected abstract Type getRequestContextType()
protected abstract Type getWebsocketContextType()
Copyright © 2016. All rights reserved.