Interface NodeCreator

All Known Implementing Classes:
DefaultNodeCreator

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

    Modifier and Type
    Method
    Description
    getNodes(Iterable<Binding<?>> bindings)
    Returns nodes for the given dependency graph.