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.fromJava(javax.lang.model.type.TypeMirror typeMirror) |
static DaggerType |
DaggerType.fromKsp(com.google.devtools.ksp.symbol.KSType ksType) |
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
Key s. |
abstract Key.Builder |
Key.Builder.type(DaggerType type) |