Uses of Class
com.google.inject.grapher.Node
Packages that use Node
-
Uses of Node in com.google.inject.grapher
Subclasses of Node in com.google.inject.grapherModifier and TypeClassDescriptionclass
Node for types that haveDependency
s and are bound toInterfaceNode
s.class
Node for instances.class
Node for an interface type that has been bound to an implementation class or instance.Methods in com.google.inject.grapher that return NodeMethods in com.google.inject.grapher that return types with arguments of type NodeModifier and TypeMethodDescriptionReturns nodes for the given dependency graph.DefaultNodeCreator.NodeVisitor.visit
(ConstructorBinding<?> binding) Visitor forConstructorBinding
s.DefaultNodeCreator.NodeVisitor.visit
(InstanceBinding<?> binding) Visitor forInstanceBinding
.DefaultNodeCreator.NodeVisitor.visit
(ProviderInstanceBinding<?> binding) Same asDefaultNodeCreator.NodeVisitor.visit(InstanceBinding)
, but the binding edge isinvalid reference
BindingEdgeType#PROVIDER
DefaultNodeCreator.NodeVisitor.visitOther
(Binding<?> binding) Method parameters in com.google.inject.grapher with type arguments of type Node