Uses of Class
com.google.inject.grapher.ImplementationNode
-
Packages that use ImplementationNode Package Description com.google.inject.grapher com.google.inject.grapher.graphviz -
-
Uses of ImplementationNode in com.google.inject.grapher
Methods in com.google.inject.grapher that return ImplementationNode Modifier and Type Method Description private ImplementationNode
DefaultNodeCreator.NodeVisitor. newImplementationNode(Binding<?> binding, java.util.Collection<java.lang.reflect.Member> members)
Returns a new implementation node for the given binding.Methods in com.google.inject.grapher with parameters of type ImplementationNode Modifier and Type Method Description protected abstract void
AbstractInjectorGrapher. newImplementationNode(ImplementationNode node)
Adds a new implementation node to the graph. -
Uses of ImplementationNode in com.google.inject.grapher.graphviz
Methods in com.google.inject.grapher.graphviz with parameters of type ImplementationNode Modifier and Type Method Description protected void
GraphvizGrapher. newImplementationNode(ImplementationNode node)
-