Uses of Package
dagger.model
Package
Description
This package contains the APIs that are core to Dagger's internal model of bindings and the
binding graph.
This package contains the Service Provider interface (SPI) to the
dagger.model
APIs at
annotation-processing-time.-
ClassDescriptionThe association between a
Key
and the way in which instances of the key are provided.A component node in the graph.An edge that represents a dependency on a binding.An edge in the binding graph.A node in the binding graph that is either aBinding
or aBindingGraph.MissingBinding
.A node in the binding graph that represents a missing binding for a key in a component.A node in the binding graph.Represents the different kinds ofBinding
s that can exist in a binding graph.A path containing a component and all of its ancestor components.Represents a request for aKey
at an injection point.A builder ofDependencyRequest
s.A type and an optional qualifier that is the lookup key for a binding.A builder forKey
s.An object that identifies a multibinding contribution method and the module class that contributes it to the graph.Represents the different kinds oftypes
that may be requested as dependencies for the same key.A representation of aScope
. -
ClassDescriptionA graph of bindings, dependency requests, and components.An edge that represents a subcomponent factory method linking a parent component to a child subcomponent.A component node in the graph.An edge that represents a dependency on a binding.A node in the binding graph that is either a
Binding
or aBindingGraph.MissingBinding
.