Uses of Class
com.google.inject.grapher.ImplementationNode
Packages that use ImplementationNode
-
Uses of ImplementationNode in com.google.inject.grapher
Methods in com.google.inject.grapher that return ImplementationNodeModifier and TypeMethodDescriptionprivate ImplementationNode
DefaultNodeCreator.NodeVisitor.newImplementationNode
(Binding<?> binding, Collection<Member> members) Returns a new implementation node for the given binding.Methods in com.google.inject.grapher with parameters of type ImplementationNodeModifier and TypeMethodDescriptionprotected 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 ImplementationNodeModifier and TypeMethodDescriptionprotected void
GraphvizGrapher.newImplementationNode
(ImplementationNode node)