Uses of Enum Class
dagger.spi.model.RequestKind
Package
Description
This package contains the APIs that are core to Dagger's internal model of bindings and the
binding graph.
-
Uses of RequestKind in dagger.spi.model
Modifier and TypeMethodDescriptionabstract RequestKind
DependencyRequest.kind()
The kind of this request.static RequestKind
Returns the enum constant of this class with the specified name.static RequestKind[]
RequestKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionabstract DependencyRequest.Builder
DependencyRequest.Builder.kind
(RequestKind kind)