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 DaggerTypeKey.type()The type represented by this key.Methods in dagger.spi.model with parameters of type DaggerTypeModifier and TypeMethodDescriptionstatic Key.BuilderKey.builder(DaggerType type) Returns a builder forKeys.abstract Key.BuilderKey.Builder.type(DaggerType type) Key.withType(DaggerType newType) Returns a copy of this key with the type replaced with the given type.