Uses of Interface
dagger.spi.model.BindingGraph.Edge
-
Packages that use BindingGraph.Edge Package Description dagger.spi.model This package contains the APIs that are core to Dagger's internal model of bindings and the binding graph. -
-
Uses of BindingGraph.Edge in dagger.spi.model
Subinterfaces of BindingGraph.Edge in dagger.spi.model Modifier and Type Interface Description static interfaceBindingGraph.ChildFactoryMethodEdgeAn edge that represents a subcomponent factory method linking a parent component to a child subcomponent.static interfaceBindingGraph.DependencyEdgeAn edge that represents a dependency on a binding.static interfaceBindingGraph.SubcomponentCreatorBindingEdgeMethods in dagger.spi.model that return types with arguments of type BindingGraph.Edge Modifier and Type Method Description abstract com.google.common.graph.ImmutableNetwork<BindingGraph.Node,BindingGraph.Edge>BindingGraph. network()Returns the graph in itsNetworkrepresentation.
-