Uses of Class
dagger.spi.model.DaggerElement
Package
Description
This package contains the APIs that are core to Dagger's internal model of bindings and the
binding graph.
-
Uses of DaggerElement in dagger.spi.model
Modifier and TypeMethodDescriptionBinding.bindingElement()
TheDaggerElement
that declares this binding.abstract Optional<DaggerElement>
DependencyRequest.requestElement()
The element that declares this dependency request.Modifier and TypeMethodDescriptionabstract DependencyRequest.Builder
DependencyRequest.Builder.requestElement
(DaggerElement element)