Uses of Class
dagger.spi.model.DaggerType
Packages that use DaggerType
Package
Description
This package contains the APIs that are core to Dagger's internal model of bindings and the
binding graph.
-
Uses of DaggerType in dagger.spi.model
Methods in dagger.spi.model that return DaggerTypeModifier and TypeMethodDescriptionabstract DaggerType
Key.type()
The type represented by this key.Methods in dagger.spi.model with parameters of type DaggerTypeModifier and TypeMethodDescriptionstatic Key.Builder
Key.builder
(DaggerType type) Returns a builder forKey
s.abstract Key.Builder
Key.Builder.type
(DaggerType type) Key.withType
(DaggerType newType) Returns a copy of this key with the type replaced with the given type.