C D G I L M O P V 

C

create(Object...) - Static method in class dagger.ObjectGraph
Returns a new dependency graph using the @Module-annotated modules.

D

dagger - package dagger
 

G

get() - Method in interface dagger.Lazy
Return the underlying value, computing the value if necessary.
get(Class<T>) - Method in class dagger.ObjectGraph
Returns an instance of type.

I

inject(T) - Method in class dagger.ObjectGraph
Injects the members of instance, including injectable members inherited from its supertypes.
injectMembers(T) - Method in interface dagger.MembersInjector
Injects dependencies into the fields and methods of instance.
injectStatics() - Method in class dagger.ObjectGraph
Injects the static fields of the classes listed in the object graph's staticInjections property.

L

Lazy<T> - Interface in dagger
A handle to a lazily-computed value.

M

MembersInjector<T> - Interface in dagger
Injects dependencies into the fields and methods on instances of type T.
Module - Annotation Type in dagger
Annotates a class that contributes to the object graph.

O

ObjectGraph - Class in dagger
A graph of objects linked by their dependencies.

P

plus(Object...) - Method in class dagger.ObjectGraph
Returns a new object graph that includes all of the objects in this graph, plus additional objects in the @Module-annotated modules.
Provides - Annotation Type in dagger
Annotates methods of a module to create a provider method binding.
Provides.Type - Enum in dagger
The type of binding into which the return type of the annotated method contributes.

V

validate() - Method in class dagger.ObjectGraph
Do runtime graph problem detection.
valueOf(String) - Static method in enum dagger.Provides.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum dagger.Provides.Type
Returns an array containing the constants of this enum type, in the order they are declared.
C D G I L M O P V 

Copyright © 2014 Square, Inc.. All Rights Reserved.