Package | Description |
---|---|
com.google.gwt.inject.rebind | |
com.google.gwt.inject.rebind.binding | |
com.google.gwt.inject.rebind.resolution | |
com.google.gwt.inject.rebind.util |
Modifier and Type | Method and Description |
---|---|
Iterable<Dependency> |
GinjectorBindings.getDependencies() |
Modifier and Type | Method and Description |
---|---|
void |
GinjectorBindings.addDependency(Dependency dependency) |
Modifier and Type | Method and Description |
---|---|
void |
GinjectorBindings.addDependencies(Collection<Dependency> dependencies) |
Modifier and Type | Method and Description |
---|---|
Collection<Dependency> |
Binding.getDependencies()
Returns the set of dependencies that this binding produces.
|
Collection<Dependency> |
ParentBinding.getDependencies() |
Collection<Dependency> |
ExposedChildBinding.getDependencies() |
Collection<Dependency> |
BindProviderBinding.getDependencies() |
Collection<Dependency> |
ProviderMethodBinding.getDependencies() |
Collection<Dependency> |
AsyncProviderBinding.getDependencies() |
Collection<Dependency> |
BindClassBinding.getDependencies() |
Collection<Dependency> |
FactoryBinding.getDependencies() |
Collection<Dependency> |
GinjectorBinding.getDependencies() |
Collection<Dependency> |
ImplicitProviderBinding.getDependencies() |
Collection<Dependency> |
BindConstantBinding.getDependencies() |
Modifier and Type | Method and Description |
---|---|
List<Dependency> |
PathFinder.findShortestPath()
Find the shortest path from an unresolved edge in the roots to a key in the destinations.
|
Collection<Dependency> |
DependencyGraph.getDependenciesOf(Key<?> key) |
Collection<Dependency> |
DependencyGraph.getDependenciesTargeting(Key<?> key) |
Modifier and Type | Method and Description |
---|---|
DependencyGraph.Builder |
DependencyGraph.Builder.addEdge(Dependency dependency) |
Modifier and Type | Method and Description |
---|---|
Collection<Dependency> |
GuiceUtil.getDependencies(Key<?> typeKey,
MethodLiteral<?,?> method)
Collects and returns all keys required to inject the given method.
|
Collection<Dependency> |
GuiceUtil.getMemberInjectionDependencies(Key<?> typeKey,
TypeLiteral<?> type)
Collects and returns all keys required to member-inject the given class.
|
Copyright © 2008–2018. All rights reserved.