All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description AbstractInjectorGrapher Abstract injector grapher that builds the dependency graph but doesn't render it.AbstractInjectorGrapher.GrapherParameters Parameters used to override default settings of the grapher.Alias Alias between two nodes.AliasCreator Creator of node aliases.ArrowType Arrow symbols that are available from Graphviz.BindingEdge Edge that connects an interface to the type or instance that is bound to implement it.BindingEdge.Type Classification for what kind of binding this edge represents.CompassPoint Enum for the "compass point" values used to control where edge end points appear on the graph.DefaultRootKeySetCreator Root key set creator that starts with all types that are not Guice internal types or theLoggertype.DependencyEdge Edge from a class orInjectionPointto the interface node that will satisfy the dependency.Edge Edge in a guice dependency graph.EdgeCreator Creator of graph edges to render.EdgeStyle Styles for edges.GraphvizEdge Data object to encapsulate the attributes of Graphviz edges that we're interested in drawing.GraphvizGrapher InjectorGrapherimplementation that writes out a Graphviz DOT file of the graph.GraphvizModule Module that provides classes needed byGraphvizGrapher.GraphvizNode Data object to encapsulate the attributes of Graphviz nodes that we're interested in drawing.ImplementationNode Node for types that haveDependencys and are bound toInterfaceNodes.InjectorGrapher Guice injector grapher.InstanceNode Node for instances.InterfaceNode Node for an interface type that has been bound to an implementation class or instance.NameFactory Node Node in a guice dependency graph.NodeCreator Creator of graph nodes.NodeId ID of a node in the graph.NodeId.NodeType Type of node.NodeShape Enum for the shapes that are most interesting for Guice graphing.NodeStyle Styles for nodes.PortIdFactory Interface for a service that returns Graphviz port IDs, used for naming the rows inImplementationNode-displayingGraphvizNodes.PortIdFactoryImpl Implementation ofPortIdFactory.RootKeySetCreator Creator of the default starting set of keys to graph.ShortNameFactory Reasonable implementation forNameFactory.TransitiveDependencyVisitor