Uses of Class
com.google.inject.grapher.InstanceNode
Packages that use InstanceNode
-
Uses of InstanceNode in com.google.inject.grapher
Methods in com.google.inject.grapher that return InstanceNodeModifier and TypeMethodDescriptionprivate <T extends Binding<?> & HasDependencies>
InstanceNodeDefaultNodeCreator.NodeVisitor.newInstanceNode
(T binding, Object instance) Returns a new instance node for the givenBinding
.Methods in com.google.inject.grapher with parameters of type InstanceNodeModifier and TypeMethodDescriptionprotected abstract void
AbstractInjectorGrapher.newInstanceNode
(InstanceNode node) Adds a new instance node to the graph. -
Uses of InstanceNode in com.google.inject.grapher.graphviz
Methods in com.google.inject.grapher.graphviz with parameters of type InstanceNodeModifier and TypeMethodDescriptionprotected void
GraphvizGrapher.newInstanceNode
(InstanceNode node)