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 interfaceAndroidInjectionKeyMapKeyannotation to keyAndroidInjector.Factorybindings. -
Uses of MapKey in dagger.multibindings
Classes in dagger.multibindings with annotations of type MapKey Modifier and Type Class Description interfaceClassKeyAMapKeyannotation for maps withClass<?>keys.interfaceIntKeyAMapKeyannotation for maps withintkeys.interfaceLazyClassKeyAMapKeyannotation for maps withClass<?>keys.interfaceLongKeyAMapKeyannotation for maps withlongkeys.interfaceStringKeyAMapKeyannotation for maps withStringkeys.
-