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 class
ImplementationNode
Node for types that haveDependency
s and are bound toInterfaceNode
s.class
InstanceNode
Node for instances.class
InterfaceNode
Node 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 Node
ImplementationNode. copy(NodeId id)
Node
InstanceNode. copy(NodeId id)
Node
InterfaceNode. copy(NodeId id)
abstract Node
Node. 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 Iterable<Node>
NodeCreator. getNodes(Iterable<Binding<?>> bindings)
Returns nodes for the given dependency graph.
-