|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Dependency | |
|---|---|
| com.google.inject.assistedinject | Extension for combining factory interfaces with injection; this extension requires guice-assistedinject-3.0.jar. |
| com.google.inject.grapher | |
| com.google.inject.internal | Guice (sounds like like "juice") |
| com.google.inject.spi | Guice service provider interface |
| Uses of Dependency in com.google.inject.assistedinject |
|---|
| Methods in com.google.inject.assistedinject that return types with arguments of type Dependency | |
|---|---|
java.util.Set<Dependency<?>> |
AssistedMethod.getDependencies()
Returns all non-assisted dependencies required to construct and inject the implementation. |
java.util.Set<Dependency<?>> |
FactoryProvider.getDependencies()
Deprecated. |
| Uses of Dependency in com.google.inject.grapher |
|---|
| Methods in com.google.inject.grapher with parameters of type Dependency | |
|---|---|
protected D |
GraphingVisitor.newDependencyEdge(K nodeId,
InjectionPoint injectionPoint,
Dependency<?> dependency)
Creates a new DependencyEdge from the given node to a
Dependency. |
| Method parameters in com.google.inject.grapher with type arguments of type Dependency | |
|---|---|
protected java.util.Collection<D> |
GraphingVisitor.newDependencyEdges(K nodeId,
M node,
java.util.Collection<Dependency<?>> dependencies)
Adds DependencyEdges to the graph for each of the provided
Dependencys. |
| Uses of Dependency in com.google.inject.internal |
|---|
| Methods in com.google.inject.internal that return types with arguments of type Dependency | |
|---|---|
java.util.Set<Dependency<?>> |
ProviderMethod.getDependencies()
|
java.util.Set<Dependency<?>> |
LinkedBindingImpl.getDependencies()
|
java.util.Set<Dependency<?>> |
ExposedBindingImpl.getDependencies()
|
| Methods in com.google.inject.internal with parameters of type Dependency | ||
|---|---|---|
|
Errors.checkForNull(T value,
java.lang.Object source,
Dependency<?> dependency)
Returns value if it is non-null allowed to be null. |
|
static void |
Errors.formatInjectionPoint(java.util.Formatter formatter,
Dependency<?> dependency,
InjectionPoint injectionPoint)
|
|
| Uses of Dependency in com.google.inject.spi |
|---|
| Methods in com.google.inject.spi that return Dependency | ||
|---|---|---|
static
|
Dependency.get(Key<T> key)
Returns a new dependency that is not attached to an injection point. |
|
| Methods in com.google.inject.spi that return types with arguments of type Dependency | |
|---|---|
static java.util.Set<Dependency<?>> |
Dependency.forInjectionPoints(java.util.Set<InjectionPoint> injectionPoints)
Returns the dependencies from the given injection points. |
java.util.List<Dependency<?>> |
InjectionPoint.getDependencies()
Returns the dependencies for this injection point. |
java.util.Set<Dependency<?>> |
HasDependencies.getDependencies()
Returns the known dependencies for this type. |
java.util.Set<Dependency<?>> |
ConvertedConstantBinding.getDependencies()
Returns a singleton set containing only the converted key. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||