Uses of Enum Class
dagger.spi.model.DaggerProcessingEnv.Backend
Packages that use 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
Methods in dagger.spi.model that return DaggerProcessingEnv.BackendModifier and TypeMethodDescriptionabstract DaggerProcessingEnv.BackendBindingGraph.backend()abstract DaggerProcessingEnv.BackendDaggerAnnotation.backend()Returns the backend used in this compilation.abstract DaggerProcessingEnv.BackendDaggerElement.backend()Returns the backend used in this compilation.abstract DaggerProcessingEnv.BackendDaggerExecutableElement.backend()Returns the backend used in this compilation.abstract DaggerProcessingEnv.BackendDaggerProcessingEnv.backend()Returns the backend used in this compilation.abstract DaggerProcessingEnv.BackendDaggerType.backend()Returns the backend used in this compilation.abstract DaggerProcessingEnv.BackendDaggerTypeElement.backend()Returns the backend used in this compilation.static DaggerProcessingEnv.BackendReturns 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.