Uses of Enum Class
dagger.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.model
Methods in dagger.model that return RequestKindModifier and TypeMethodDescriptionabstract RequestKindDependencyRequest.kind()The kind of this request.static RequestKindReturns 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.model with parameters of type RequestKindModifier and TypeMethodDescriptionabstract DependencyRequest.BuilderDependencyRequest.Builder.kind(RequestKind kind)