Uses of Class
com.google.inject.grapher.Node
-
Packages that use Node Package Description com.google.inject.grapher -
-
Uses of Node in com.google.inject.grapher
Subclasses of Node in com.google.inject.grapher Modifier and Type Class Description classImplementationNodeNode for types that haveDependencys and are bound toInterfaceNodes.classInstanceNodeNode for instances.classInterfaceNodeNode for an interface type that has been bound to an implementation class or instance.Methods in com.google.inject.grapher that return Node Modifier and Type Method Description NodeImplementationNode. copy(NodeId id)NodeInstanceNode. copy(NodeId id)NodeInterfaceNode. copy(NodeId id)abstract NodeNode. copy(NodeId id)Returns a copy of the node with a new ID.Methods in com.google.inject.grapher that return types with arguments of type Node Modifier and Type Method Description java.lang.Iterable<Node>DefaultNodeCreator. getNodes(java.lang.Iterable<Binding<?>> bindings)java.lang.Iterable<Node>NodeCreator. getNodes(java.lang.Iterable<Binding<?>> bindings)Returns nodes for the given dependency graph.java.util.Collection<Node>DefaultNodeCreator.NodeVisitor. visit(ConstructorBinding<?> binding)Visitor forConstructorBindings.java.util.Collection<Node>DefaultNodeCreator.NodeVisitor. visit(InstanceBinding<?> binding)Visitor forInstanceBinding.java.util.Collection<Node>DefaultNodeCreator.NodeVisitor. visit(ProviderInstanceBinding<?> binding)Same asDefaultNodeCreator.NodeVisitor.visit(InstanceBinding), but the binding edge isBindingEdgeType#PROVIDER.java.util.Collection<Node>DefaultNodeCreator.NodeVisitor. visitOther(Binding<?> binding)Method parameters in com.google.inject.grapher with type arguments of type Node Modifier and Type Method Description private voidAbstractInjectorGrapher. createNodes(java.lang.Iterable<Node> nodes, java.util.Map<NodeId,NodeId> aliases)
-