java.lang.Object | ||
↳ | com.google.inject.AbstractModule | |
↳ | com.google.inject.grapher.GrapherModule |
Module for the common bindings for InjectorGrapher
. You will also
need to bind a Module that satisfies the Renderer
dependency.
If you want to use subtypes of the node and edge classes, or a different
node ID type, you will need to override the GraphingVisitor
binding
to specify the new type parameters.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Configures a
Binder via the exposed methods. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.inject.AbstractModule
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.inject.Module
|