Uses of Class
dagger.spi.model.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
Modifier and TypeMethodDescriptionabstract DaggerType
Key.type()
The type represented by this key.Modifier 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.