Uses of Enum Class
dagger.spi.model.DaggerProcessingEnv.Backend
Package
Description
This package contains the APIs that are core to Dagger's internal model of bindings and the
binding graph.
-
Uses of DaggerProcessingEnv.Backend in dagger.spi.model
Modifier and TypeMethodDescriptionabstract DaggerProcessingEnv.Backend
BindingGraph.backend()
abstract DaggerProcessingEnv.Backend
DaggerAnnotation.backend()
Returns the backend used in this compilation.abstract DaggerProcessingEnv.Backend
DaggerElement.backend()
Returns the backend used in this compilation.abstract DaggerProcessingEnv.Backend
DaggerExecutableElement.backend()
Returns the backend used in this compilation.abstract DaggerProcessingEnv.Backend
DaggerProcessingEnv.backend()
Returns the backend used in this compilation.abstract DaggerProcessingEnv.Backend
DaggerType.backend()
Returns the backend used in this compilation.abstract DaggerProcessingEnv.Backend
DaggerTypeElement.backend()
Returns the backend used in this compilation.static DaggerProcessingEnv.Backend
Returns the enum constant of this class with the specified name.static DaggerProcessingEnv.Backend[]
DaggerProcessingEnv.Backend.values()
Returns an array containing the constants of this enum class, in the order they are declared.