A B C D F 
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.Module such that their @dagger.Provides methods 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 methods from @dagger.Module annotated classes which satisfy the predicate.
from(Object...) - Static method in class com.google.inject.daggeradapter.DaggerAdapter
Creates a new DaggerAdapter from daggerModuleObjects.
A B C D F 
All Classes All Packages