public class

GrapherModule

extends AbstractModule
java.lang.Object
   ↳ com.google.inject.AbstractModule
     ↳ com.google.inject.grapher.GrapherModule

Class Overview

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.

Summary

Public Constructors
GrapherModule()
Protected Methods
void configure()
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

Public Constructors

public GrapherModule ()

Protected Methods

protected void configure ()

Configures a Binder via the exposed methods.