Package com.google.inject.grapher
Class Node
java.lang.Object
com.google.inject.grapher.Node
- Direct Known Subclasses:
ImplementationNode
,InstanceNode
,InterfaceNode
Node in a guice dependency graph.
- Since:
- 4.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final NodeId
(package private) static boolean
When set to true, the source object is ignored inequals(java.lang.Object)
andhashCode()
.private final Object
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ignoreSourceInComparisons
static boolean ignoreSourceInComparisonsWhen set to true, the source object is ignored inequals(java.lang.Object)
andhashCode()
. Only used in tests. -
id
-
source
-
-
Constructor Details
-
Node
-
-
Method Details