A B C D F
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addModules(Iterable<Object>) - Method in class com.google.inject.daggeradapter.DaggerAdapter.Builder
-
Adds modules (which can be classes annotated with
@dagger.Module, or instances of those classes) which will be scanned for bindings.
B
- build() - Method in class com.google.inject.daggeradapter.DaggerAdapter.Builder
-
Returns a module that will configure bindings based on the modules and scanners.
- builder() - Static method in class com.google.inject.daggeradapter.DaggerAdapter
- Builder() - Constructor for class com.google.inject.daggeradapter.DaggerAdapter.Builder
C
- com.google.inject.daggeradapter - package com.google.inject.daggeradapter
D
- DaggerAdapter - Class in com.google.inject.daggeradapter
-
Adapts classes annotated with
@dagger.Modulesuch that their@dagger.Providesmethods can be properly invoked by Guice to perform their provision operations. - DaggerAdapter.Builder - Class in com.google.inject.daggeradapter
-
Builder for setting configuration options on DaggerAdapter.
F
- filter(Predicate<Method>) - Method in class com.google.inject.daggeradapter.DaggerAdapter.Builder
-
Limit the adapter to a subset of
methodsfrom@dagger.Moduleannotated classes which satisfy thepredicate. - from(Object...) - Static method in class com.google.inject.daggeradapter.DaggerAdapter
-
Creates a new
DaggerAdapterfromdaggerModuleObjects.
All Classes All Packages