| BindingScopingVisitor |
Visits each of the strategies used to scope an injection.
|
| BindingTargetVisitor |
Visits each of the strategies used to find an instance to satisfy an injection.
|
| ConstructorBinding |
A binding to the constructor of a concrete class.
|
| ConvertedConstantBinding |
A binding created from converting a bound instance to a new type.
|
| Dependency |
A variable that can be resolved by an injector.
|
| DisableCircularProxiesOption |
A request to disable circular proxies.
|
| Element |
A core component of a module or injector.
|
| ElementSource |
Contains information about where and how an element was bound.
|
| ElementVisitor |
Visit elements.
|
| ErrorDetail |
Details about a single Guice error and supports formatting itself in the context of other Guice
errors.
|
| ExposedBinding |
A binding to a key exposed from an enclosed private environment.
|
| HasDependencies |
Implemented by bindings, providers and instances that expose their dependencies explicitly.
|
| InjectionListener |
Listens for injections into instances of type I.
|
| InjectionPoint |
A constructor, field or method that can receive injections.
|
| InjectionRequest |
A request to inject the instance fields and methods of an instance.
|
| InstanceBinding |
A binding to a single instance.
|
| InterceptorBinding |
Registration of interceptors for matching methods of matching classes.
|
| LinkedKeyBinding |
A binding to a linked key.
|
| MembersInjectorLookup |
A lookup of the members injector for a type.
|
| Message |
An error message and the context in which it occurred.
|
| ModuleAnnotatedMethodScanner |
Allows extensions to scan modules for annotated methods and bind those methods as providers,
similar to @Provides methods.
|
| ModuleAnnotatedMethodScannerBinding |
|
| PrivateElements |
A private collection of elements that are hidden from the enclosing injector or module by
default.
|
| ProviderBinding |
A binding to a Provider that delegates to the binding for the provided type.
|
| ProviderInstanceBinding |
A binding to a provider instance.
|
| ProviderKeyBinding |
A binding to a provider key.
|
| ProviderLookup |
A lookup of the provider for a type.
|
| ProvidesMethodBinding |
|
| ProvisionListener |
Listens for provisioning of objects.
|
| ProvisionListener.ProvisionInvocation |
Encapsulates a single act of provisioning.
|
| ProvisionListenerBinding |
Binds keys (picked using a Matcher) to a provision listener.
|
| RequireAtInjectOnConstructorsOption |
A request to require explicit @ Inject annotations on constructors.
|
| RequireExactBindingAnnotationsOption |
A request to require exact binding annotations.
|
| RequireExplicitBindingsOption |
A request to require explicit bindings.
|
| ScopeBinding |
Registration of a scope annotation with the scope that implements it.
|
| StaticInjectionRequest |
A request to inject the static fields and methods of a type.
|
| TypeConverter |
Converts constant string values to a different type.
|
| TypeConverterBinding |
Registration of type converters for matching target types.
|
| TypeEncounter |
Context of an injectable type encounter.
|
| TypeListener |
Listens for Guice to encounter injectable types.
|
| TypeListenerBinding |
Binds types (picked using a Matcher) to an type listener.
|
| UntargettedBinding |
An untargetted binding.
|