Package | Description |
---|---|
com.google.gwt.inject.client | |
com.google.gwt.inject.client.assistedinject | |
com.google.gwt.inject.client.binder | |
com.google.gwt.inject.rebind.adapter |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGinModule
A support class for
GinModule s which reduces repetition and results in
a more readable configuration. |
class |
PrivateGinModule
Gin counterpart of Guice's
PrivateModule . |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractGinModule.install(GinModule install) |
protected void |
PrivateGinModule.install(GinModule install) |
Modifier and Type | Class and Description |
---|---|
class |
FactoryModule<F>
For internal Gin use only.
|
Modifier and Type | Method and Description |
---|---|
<F> GinModule |
GinFactoryModuleBuilder.build(Class<F> factoryInterface)
See the factory configuration examples at
GinFactoryModuleBuilder . |
<F> GinModule |
GinFactoryModuleBuilder.build(Key<F> factoryInterface) |
<F> GinModule |
GinFactoryModuleBuilder.build(TypeLiteral<F> factoryInterface)
See the factory configuration examples at
GinFactoryModuleBuilder . |
Modifier and Type | Method and Description |
---|---|
void |
GinBinder.install(GinModule install)
Uses the given module to configure more bindings.
|
Constructor and Description |
---|
GinModuleAdapter(GinModule ginModule) |
GinModuleAdapter(GinModule ginModule,
GinjectorBindings bindings) |
GinModuleAdapter(GinModule ginModule,
GinjectorBindings bindings,
boolean hideChildModules) |
Copyright © 2008–2018. All rights reserved.