Uses of Class
dagger.model.ComponentPath
-
Packages that use ComponentPath Package Description dagger.model This package contains the APIs that are core to Dagger's internal model of bindings and the binding graph. -
-
Uses of ComponentPath in dagger.model
Methods in dagger.model that return ComponentPath Modifier and Type Method Description ComponentPathComponentPath. childPath(javax.lang.model.element.TypeElement child)Returns the path from the root component to thechildof the current component.ComponentPathBinding. componentPath()ComponentPathBindingGraph.ComponentNode. componentPath()The component represented by this node.ComponentPathBindingGraph.MaybeBinding. componentPath()The component that owns the binding, or in which the binding is missing.abstract ComponentPathBindingGraph.MissingBinding. componentPath()The component in which the binding is missing.ComponentPathBindingGraph.Node. componentPath()The component this node belongs to.static ComponentPathComponentPath. create(java.lang.Iterable<javax.lang.model.element.TypeElement> components)Returns a newComponentPathfromcomponents.ComponentPathComponentPath. parent()Returns this path's parent path.Methods in dagger.model with parameters of type ComponentPath Modifier and Type Method Description java.util.Optional<BindingGraph.ComponentNode>BindingGraph. componentNode(ComponentPath component)Returns the component node for a component.com.google.common.collect.ImmutableSet<BindingGraph.DependencyEdge>BindingGraph. entryPointEdges(ComponentPath component)Returns the dependency edges for the entry points of a givencomponent.
-