Interface NodeCreator


  • public interface NodeCreator
    Creator of graph nodes.
    Since:
    4.0
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Iterable<Node> getNodes​(java.lang.Iterable<com.google.inject.Binding<?>> bindings)
      Returns nodes for the given dependency graph.
    • Method Detail

      • getNodes

        java.lang.Iterable<Node> getNodes​(java.lang.Iterable<com.google.inject.Binding<?>> bindings)
        Returns nodes for the given dependency graph.