Uses of Class
com.google.inject.grapher.NodeId
Packages that use NodeId
-
Uses of NodeId in com.google.inject.grapher
Fields in com.google.inject.grapher declared as NodeIdModifier and TypeFieldDescriptionprivate final NodeIdAlias.fromIdprivate final NodeIdEdge.fromIdprivate final NodeIdNode.idprivate final NodeIdAlias.toIdprivate final NodeIdEdge.toIdMethods in com.google.inject.grapher that return NodeIdModifier and TypeMethodDescriptionAlias.getFromId()Edge.getFromId()Node.getId()Alias.getToId()Edge.getToId()static NodeIdNodeId.newInstanceId(Key<?> key) static NodeIdprivate NodeIdAbstractInjectorGrapher.resolveAlias(Map<NodeId, NodeId> aliases, NodeId nodeId) Methods in com.google.inject.grapher that return types with arguments of type NodeIdModifier and TypeMethodDescriptionAbstractInjectorGrapher.resolveAliases(Iterable<Alias> aliases) Transitively resolves aliases.AbstractInjectorGrapher.resolveAliases(Iterable<Alias> aliases) Transitively resolves aliases.Methods in com.google.inject.grapher with parameters of type NodeIdModifier and TypeMethodDescriptionabstract EdgeReturns a copy of the edge with new node IDs.abstract NodeReturns a copy of the node with a new ID.private <T extends Binding<?> & HasDependencies>
Collection<Edge> DefaultEdgeCreator.EdgeVisitor.newDependencyEdges(NodeId nodeId, T binding) Returns a dependency edge for eachDependencyin the binding.private NodeIdAbstractInjectorGrapher.resolveAlias(Map<NodeId, NodeId> aliases, NodeId nodeId) Method parameters in com.google.inject.grapher with type arguments of type NodeIdModifier and TypeMethodDescriptionprivate voidprivate voidprivate voidprivate voidprivate NodeIdAbstractInjectorGrapher.resolveAlias(Map<NodeId, NodeId> aliases, NodeId nodeId) private NodeIdAbstractInjectorGrapher.resolveAlias(Map<NodeId, NodeId> aliases, NodeId nodeId) Constructors in com.google.inject.grapher with parameters of type NodeIdModifierConstructorDescriptionBindingEdge(NodeId fromId, NodeId toId, BindingEdge.Type type) DependencyEdge(NodeId fromId, NodeId toId, InjectionPoint injectionPoint) protectedImplementationNode(NodeId id, Object source, Collection<Member> members) InterfaceNode(NodeId id, Object source) protected -
Uses of NodeId in com.google.inject.grapher.graphviz
Fields in com.google.inject.grapher.graphviz declared as NodeIdModifier and TypeFieldDescriptionprivate final NodeIdGraphvizEdge.headNodeIdprivate final NodeIdGraphvizNode.nodeIdprivate final NodeIdGraphvizEdge.tailNodeIdFields in com.google.inject.grapher.graphviz with type parameters of type NodeIdMethods in com.google.inject.grapher.graphviz that return NodeIdModifier and TypeMethodDescriptionGraphvizEdge.getHeadNodeId()GraphvizNode.getNodeId()GraphvizEdge.getTailNodeId()Constructors in com.google.inject.grapher.graphviz with parameters of type NodeIdModifierConstructorDescriptionGraphvizEdge(NodeId tailNodeId, NodeId headNodeId) GraphvizNode(NodeId nodeId)