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 ScopingScoping. EAGER_SINGLETONstatic ScopingScoping. SINGLETON_ANNOTATIONstatic ScopingScoping. SINGLETON_INSTANCEstatic ScopingScoping. UNSCOPEDNo scoping annotation has been applied.Methods in com.google.inject.internal that return Scoping Modifier and Type Method Description static ScopingScoping. forAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation> scopingAnnotation)static ScopingScoping. forInstance(Scope scope)ScopingBindingImpl. 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)
-