| Package | Description |
|---|---|
| dagger.spi.model |
This package contains the APIs that are core to Dagger's internal model of bindings and the
binding graph.
|
| Modifier and Type | Method and Description |
|---|---|
static DaggerType |
DaggerType.from(androidx.room.compiler.processing.XType type) |
abstract DaggerType |
Key.type()
The type represented by this key.
|
| Modifier and Type | Method and Description |
|---|---|
static Key.Builder |
Key.builder(DaggerType type)
Returns a builder for
Keys. |
abstract Key.Builder |
Key.Builder.type(DaggerType type) |