Uses of Class
dagger.MapKey
-
Packages that use MapKey Package Description dagger.android APIs to assist with performing injection on Android.dagger.multibindings This package contains the API by which Dagger allows you to bind several objects into a collection that can be injected without depending directly on each of the individual bindings. -
-
Uses of MapKey in dagger.android
Classes in dagger.android with annotations of type MapKey Modifier and Type Class Description interface
AndroidInjectionKey
MapKey
annotation to keyAndroidInjector.Factory
bindings. -
Uses of MapKey in dagger.multibindings
Classes in dagger.multibindings with annotations of type MapKey Modifier and Type Class Description interface
ClassKey
AMapKey
annotation for maps withClass<?>
keys.interface
IntKey
AMapKey
annotation for maps withint
keys.interface
LongKey
AMapKey
annotation for maps withlong
keys.interface
StringKey
AMapKey
annotation for maps withString
keys.
-