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 |
---|---|
DaggerExecutableElement |
BindingGraph.ChildFactoryMethodEdge.factoryMethod()
The subcomponent factory method element.
|
static DaggerExecutableElement |
DaggerExecutableElement.fromJava(javax.lang.model.element.ExecutableElement element) |
static DaggerExecutableElement |
DaggerExecutableElement.fromKsp(com.google.devtools.ksp.symbol.KSFunctionDeclaration element) |