Package dagger.spi.model
Interface BindingGraph.SubcomponentCreatorBindingEdge
- All Superinterfaces:
BindingGraph.Edge
- Enclosing class:
BindingGraph
An edge that represents the link between a parent component and a child subcomponent implied by
a subcomponent creator (builder or factory) binding.
The source node of this edge is a
Binding
for the subcomponent creator Key
and the target node is a BindingGraph.ComponentNode
for the
child subcomponent.
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.collect.ImmutableSet<DaggerTypeElement>
The modules that declare the subcomponent that generated this edge.
-
Method Details
-
declaringModules
com.google.common.collect.ImmutableSet<DaggerTypeElement> declaringModules()The modules that declare the subcomponent that generated this edge. Empty if the parent component has a subcomponent creator method and there are no declaring modules.
-