Package dagger.model

Interface BindingGraph.Node

All Known Subinterfaces:
Binding, BindingGraph.ComponentNode, BindingGraph.MaybeBinding
All Known Implementing Classes:
BindingGraph.MissingBinding
Enclosing class:
BindingGraph

public static interface BindingGraph.Node
A node in the binding graph. Either a Binding or a BindingGraph.ComponentNode.
  • Method Summary

    Modifier and Type
    Method
    Description
    The component this node belongs to.
  • Method Details

    • componentPath

      ComponentPath componentPath()
      The component this node belongs to.