Class GraphvizModule
- java.lang.Object
-
- com.google.inject.AbstractModule
-
- com.google.inject.grapher.graphviz.GraphvizModule
-
- All Implemented Interfaces:
Module
public class GraphvizModule extends AbstractModule
Module that provides classes needed byGraphvizGrapher
.
-
-
Constructor Summary
Constructors Constructor Description GraphvizModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
configure()
Configures aBinder
via the exposed methods.-
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestInjection, requestStaticInjection, requireBinding, requireBinding
-
-
-
-
Method Detail
-
configure
protected void configure()
Description copied from class:AbstractModule
Configures aBinder
via the exposed methods.- Overrides:
configure
in classAbstractModule
-
-