Uses of Enum Class
dagger.spi.model.RequestKind
Packages that use 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
Methods in dagger.spi.model that return RequestKindModifier 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.Methods in dagger.spi.model with parameters of type RequestKindModifier and TypeMethodDescriptionabstract DependencyRequest.Builder
DependencyRequest.Builder.kind
(RequestKind kind)