|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Scoping | |
|---|---|
| com.google.inject.internal | Guice (sounds like like "juice") |
| Uses of Scoping in com.google.inject.internal |
|---|
| Fields in com.google.inject.internal declared as Scoping | |
|---|---|
static Scoping |
Scoping.EAGER_SINGLETON
|
static Scoping |
Scoping.SINGLETON_ANNOTATION
|
static Scoping |
Scoping.SINGLETON_INSTANCE
|
static Scoping |
Scoping.UNSCOPED
No scoping annotation has been applied. |
| Methods in com.google.inject.internal that return Scoping | |
|---|---|
static Scoping |
Scoping.forAnnotation(Class<? extends Annotation> scopingAnnotation)
|
static Scoping |
Scoping.forInstance(Scope scope)
|
Scoping |
BindingImpl.getScoping()
|
| Methods in com.google.inject.internal with parameters of type Scoping | |
|---|---|
BindingImpl<T> |
LinkedBindingImpl.withScoping(Scoping scoping)
|
protected BindingImpl<T> |
BindingImpl.withScoping(Scoping scoping)
|
| Constructors in com.google.inject.internal with parameters of type Scoping | |
|---|---|
BindingImpl(com.google.inject.internal.InjectorImpl injector,
Key<T> key,
Object source,
com.google.inject.internal.InternalFactory<? extends T> internalFactory,
Scoping scoping)
|
|
BindingImpl(Object source,
Key<T> key,
Scoping scoping)
|
|
LinkedBindingImpl(com.google.inject.internal.InjectorImpl injector,
Key<T> key,
Object source,
com.google.inject.internal.InternalFactory<? extends T> internalFactory,
Scoping scoping,
Key<? extends T> targetKey)
|
|
LinkedBindingImpl(Object source,
Key<T> key,
Scoping scoping,
Key<? extends T> targetKey)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||