|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BindingEdge | |
---|---|
com.google.inject.grapher | |
com.google.inject.grapher.graphviz |
Uses of BindingEdge in com.google.inject.grapher |
---|
Classes in com.google.inject.grapher with type parameters of type BindingEdge | |
---|---|
static interface |
BindingEdge.Factory<K,T extends BindingEdge<K>>
Factory interface for BindingEdge s. |
class |
GraphingVisitor<K,N extends InterfaceNode<K>,M extends ImplementationNode<K>,B extends BindingEdge<K>,D extends DependencyEdge<K>>
BindingTargetVisitor that adds nodes and edges to the graph based on
the visited Binding . |
Uses of BindingEdge in com.google.inject.grapher.graphviz |
---|
Classes in com.google.inject.grapher.graphviz that implement BindingEdge | |
---|---|
protected class |
BindingEdgeFactory.GraphvizEdgeAdaptor
Adaptor class that converts BindingEdge methods to display
operations on a GraphvizEdge . |
Methods in com.google.inject.grapher.graphviz that return BindingEdge | |
---|---|
BindingEdge<String> |
BindingEdgeFactory.newBindingEdge(String fromId,
String toId)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |