Package | Description |
---|---|
dagger.android | |
dagger.android.support | |
dagger.grpc.server |
Modifier and Type | Class and Description |
---|---|
class |
AndroidInjectionModule
Contains bindings to ensure the usability of
dagger.android framework classes. |
Modifier and Type | Class and Description |
---|---|
class |
AndroidSupportInjectionModule
Configures bindings to ensure the usability of
dagger.android and dagger.android.support framework classes. |
Modifier and Type | Class and Description |
---|---|
class |
CurrentContextModule
Provides the current
Context . |
class |
GrpcCallMetadataModule
Provides
Metadata about a gRPC call. |
class |
InProcessServerModule
Installing this module into a
@Singleton component means the component can
provide a Server that serves in-process requests. |
class |
NettyServerModule
Installing this module into a
@Singleton component means the component can
provide a Netty-based Server . |
class |
ServerModule
Provides a
@Singleton Server . |