Uses of Package
dagger.model
Packages that use 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.-
Classes in dagger.model used by dagger.modelClassDescriptionThe association between a
Keyand 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 aBindingor 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 ofBindings that can exist in a binding graph.A path containing a component and all of its ancestor components.Represents a request for aKeyat an injection point.A builder ofDependencyRequests.A type and an optional qualifier that is the lookup key for a binding.A builder forKeys.An object that identifies a multibinding contribution method and the module class that contributes it to the graph.Represents the different kinds oftypesthat may be requested as dependencies for the same key.A representation of aScope. -
Classes in dagger.model used by dagger.spiClassDescriptionA 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
Bindingor aBindingGraph.MissingBinding.