(package private) static class |
InternalProviderInstanceBindingImpl.CyclicFactory<T> |
|
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<T> |
Provides the binding for java.util.Optional.
|
private static class |
RealOptionalBinder.JavaOptionalProviderProvider<T> |
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 >.
|