Uses of Class
dagger.Module
-
Packages that use Module Package Description dagger.android APIs to assist with performing injection on Android.dagger.android.support dagger.grpc.server dagger.hilt.android.internal.modules -
-
Uses of Module in dagger.android
Classes in dagger.android with annotations of type Module Modifier and Type Class Description classAndroidInjectionModuleContains bindings to ensure the usability ofdagger.androidframework classes. -
Uses of Module in dagger.android.support
Classes in dagger.android.support with annotations of type Module Modifier and Type Class Description classAndroidSupportInjectionModuleThis module no longer provides any value beyond what is provided inAndroidInjectionModuleand is just an alias. -
Uses of Module in dagger.grpc.server
Classes in dagger.grpc.server with annotations of type Module Modifier and Type Class Description classCurrentContextModuleProvides the currentContext.classGrpcCallMetadataModuleProvidesMetadataabout a gRPC call.classInProcessServerModuleInstalling this module into a@Singletoncomponent means the component can provide aServerthat serves in-process requests.classNettyServerModuleInstalling this module into a@Singletoncomponent means the component can provide a Netty-basedServer.classServerModuleProvides a@SingletonServer. -
Uses of Module in dagger.hilt.android.internal.modules
Classes in dagger.hilt.android.internal.modules with annotations of type Module Modifier and Type Class Description classApplicationContextModuleProvides a binding for an Android BinderFragment Context.
-