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 TypeClassDescriptionclassNode for types that haveDependencys and are bound toInterfaceNodes.classNode for instances.classNode 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 forConstructorBindings.DefaultNodeCreator.NodeVisitor.visit(InstanceBinding<?> binding) Visitor forInstanceBinding.DefaultNodeCreator.NodeVisitor.visit(ProviderInstanceBinding<?> binding) Same asDefaultNodeCreator.NodeVisitor.visit(InstanceBinding), but the binding edge is.invalid reference
BindingEdgeType#PROVIDERDefaultNodeCreator.NodeVisitor.visitOther(Binding<?> binding) Method parameters in com.google.inject.grapher with type arguments of type Node