Uses of Class
dagger.spi.model.DaggerType
-
Packages that use DaggerType Package Description dagger.spi.model 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 DaggerType Modifier and Type Method Description abstract DaggerTypeKey. type()The type represented by this key.Methods in dagger.spi.model with parameters of type DaggerType Modifier and Type Method Description static Key.BuilderKey. builder(DaggerType type)Returns a builder forKeys.abstract Key.BuilderKey.Builder. type(DaggerType type)KeyKey. withType(DaggerType newType)Returns a copy of this key with the type replaced with the given type.
-