Package | Description |
---|---|
com.google.inject.internal |
Guice (sounds like "juice")
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
InternalProviderInstanceBindingImpl.CyclicFactory<T>
An base factory implementation that can be extended to provide a specialized implementation of
a
ProviderWithExtensionVisitor and also implements InternalFactory |
class |
ProviderMethod<T>
A provider that invokes a method and returns its result.
|
private static class |
ProviderMethod.FastClassProviderMethod<T>
A
ProviderMethod implementation that uses FastClass.invoke(java.lang.String, java.lang.Class[], java.lang.Object, java.lang.Object[])
to invoke the provider method. |
private static class |
ProviderMethod.ReflectionProviderMethod<T>
A
ProviderMethod implementation that invokes the method using normal java reflection. |
private static class |
RealMapBinder.MultimapBinder.RealMultimapProvider<K,V> |
private static class |
RealMapBinder.MultimapBinder.RealProviderMultimapProvider<K,V> |
(package private) static class |
RealMapBinder.ProviderMapEntry<K,V>
A factory for a
Map.Entry<K, Provider<V>> . |
private static class |
RealMapBinder.RealMapBinderProviderWithDependencies<K,V,P>
A base class for ProviderWithDependencies that need equality based on a specific object.
|
private static class |
RealMapBinder.RealMapProvider<K,V> |
private static class |
RealMapBinder.RealMultimapBinderProviderWithDependencies<K,V,P>
A base class for ProviderWithDependencies that need equality based on a specific object.
|
private static class |
RealMapBinder.RealProviderMapProvider<K,V> |
private static class |
RealMultibinder.RealMultibinderCollectionOfProvidersProvider<T> |
private static class |
RealMultibinder.RealMultibinderProvider<T> |
private static class |
RealOptionalBinder.JavaOptionalProvider
Provides the binding for java.util.Optional
|
private static class |
RealOptionalBinder.JavaOptionalProviderProvider
Provides the binding for java.util.Optional
|
private static class |
RealOptionalBinder.RealDirectTypeProvider<T>
Provides the binding for T, conditionally installed by calling setBinding/setDefault.
|
private static class |
RealOptionalBinder.RealOptionalBinderProviderWithDependencies<T,P>
A base class for ProviderWithDependencies that need equality based on a specific object.
|
private static class |
RealOptionalBinder.RealOptionalKeyProvider<T>
Provides the binding for Optional
|
private static class |
RealOptionalBinder.RealOptionalProviderProvider<T>
Provides the binding for Optional
|
Modifier and Type | Field and Description |
---|---|
private InternalProviderInstanceBindingImpl.Factory<T> |
InternalProviderInstanceBindingImpl.originalFactory |
Constructor and Description |
---|
InternalProviderInstanceBindingImpl(InjectorImpl injector,
Key<T> key,
java.lang.Object source,
InternalProviderInstanceBindingImpl.Factory<T> originalFactory,
InternalFactory<? extends T> scopedFactory,
Scoping scoping) |