Uses of Class
com.google.inject.Inject

Packages that use Inject
com.google.inject.grapher   
com.google.inject.grapher.graphviz   
com.google.inject.persist Guice Persist: a lightweight persistence library for Guice; this extension requires guice-persist-3.0.jar
 

Uses of Inject in com.google.inject.grapher
 

Constructors in com.google.inject.grapher with annotations of type Inject
GraphingVisitor(NodeIdFactory<K> idFactory, InterfaceNode.Factory<K,N> interfaceNodeFactory, ImplementationNode.Factory<K,M> implementationNodeFactory, BindingEdge.Factory<K,B> bindingEdgeFactory, DependencyEdge.Factory<K,D> dependencyEdgeFactory, NodeAliasFactory<K> nodeAliasFactory)
           
InjectorGrapher(BindingTargetVisitor<Object,Collection<Key<?>>> keyVisitor, BindingTargetVisitor<Object,Void> graphingVisitor, Renderer renderer)
           
 

Uses of Inject in com.google.inject.grapher.graphviz
 

Constructors in com.google.inject.grapher.graphviz with annotations of type Inject
BindingEdgeFactory(GraphvizRenderer renderer)
           
DependencyEdgeFactory(GraphvizRenderer renderer, PortIdFactory portIdFactory)
           
ImplementationNodeFactory(GraphvizRenderer renderer, NameFactory nameFactory, PortIdFactory portIdFactory)
           
InterfaceNodeFactory(GraphvizRenderer renderer, NameFactory nameFactory)
           
 

Uses of Inject in com.google.inject.persist
 

Constructors in com.google.inject.persist with annotations of type Inject
PersistFilter(UnitOfWork unitOfWork, PersistService persistService)
           
 



Copyright © 2006-2011 Google, Inc.. All Rights Reserved.