|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Dependency | |
---|---|
com.google.inject.assistedinject | Extension for combining factory interfaces with injection; this extension requires guice-jndi-2.0.jar . |
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 | |
---|---|
Set<Dependency<?>> |
FactoryProvider.getDependencies()
|
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 Set<Dependency<?>> |
Dependency.forInjectionPoints(Set<InjectionPoint> injectionPoints)
Returns the dependencies from the given injection points. |
List<Dependency<?>> |
InjectionPoint.getDependencies()
Returns the dependencies for this injection point. |
Set<Dependency<?>> |
HasDependencies.getDependencies()
Returns the known dependencies for this type. |
Set<Dependency<?>> |
ConvertedConstantBinding.getDependencies()
Returns a singleton set containing only the converted key. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |