Package | Description |
---|---|
com.google.inject.grapher | |
com.google.inject.internal |
Guice (sounds like like "juice")
|
com.google.inject.multibindings |
Extension for binding multiple instances in a collection; this extension requires
guice-multibindings.jar . |
Modifier and Type | Class and Description |
---|---|
private static class |
DefaultEdgeCreator.EdgeVisitor
BindingTargetVisitor that adds edges to the graph based on the visited Binding . |
private static class |
DefaultNodeCreator.NodeVisitor
BindingTargetVisitor that adds nodes to the graph based on the visited Binding . |
class |
TransitiveDependencyVisitor
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
AbstractBindingProcessor.Processor<T,V>
Processor for visiting bindings.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
Indexer
Visits bindings to return a
IndexedBinding that can be used to emulate the binding
deduplication that Guice internally performs. |