Uses of Class
dagger.model.RequestKind
-
Packages that use RequestKind Package Description dagger.model 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 RequestKind Modifier and Type Method Description abstract RequestKindDependencyRequest. kind()The kind of this request.static RequestKindRequestKind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RequestKind[]RequestKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dagger.model with parameters of type RequestKind Modifier and Type Method Description abstract DependencyRequest.BuilderDependencyRequest.Builder. kind(RequestKind kind)
-