Package | Description |
---|---|
dagger.model |
This package contains the APIs that are core to Dagger's internal model of bindings and the
binding graph.
|
Modifier and Type | Method and Description |
---|---|
static DependencyRequest.Builder |
DependencyRequest.builder()
Returns a new builder of dependency requests.
|
abstract DependencyRequest.Builder |
DependencyRequest.Builder.isNullable(boolean isNullable) |
abstract DependencyRequest.Builder |
DependencyRequest.Builder.key(Key key) |
abstract DependencyRequest.Builder |
DependencyRequest.Builder.kind(RequestKind kind) |
abstract DependencyRequest.Builder |
DependencyRequest.Builder.requestElement(javax.lang.model.element.Element element) |