Uses of Class
com.google.inject.internal.Scoping
-
Packages that use Scoping Package Description com.google.inject.internal Guice (sounds like "juice") -
-
Uses of Scoping in com.google.inject.internal
Fields in com.google.inject.internal declared as Scoping Modifier and Type Field Description 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 Modifier and Type Method Description static Scoping
Scoping. forAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation> scopingAnnotation)
static Scoping
Scoping. forInstance(Scope scope)
Scoping
BindingImpl. getScoping()
Methods in com.google.inject.internal with parameters of type Scoping Modifier and Type Method Description protected BindingImpl<T>
BindingImpl. withScoping(Scoping scoping)
BindingImpl<T>
LinkedBindingImpl. withScoping(Scoping scoping)
Constructors in com.google.inject.internal with parameters of type Scoping Constructor Description BindingImpl(com.google.inject.internal.InjectorImpl injector, Key<T> key, java.lang.Object source, com.google.inject.internal.InternalFactory<? extends T> internalFactory, Scoping scoping)
BindingImpl(java.lang.Object source, Key<T> key, Scoping scoping)
LinkedBindingImpl(com.google.inject.internal.InjectorImpl injector, Key<T> key, java.lang.Object source, com.google.inject.internal.InternalFactory<? extends T> internalFactory, Scoping scoping, Key<? extends T> targetKey)
LinkedBindingImpl(java.lang.Object source, Key<T> key, Scoping scoping, Key<? extends T> targetKey)
-