C D F G I P W 
All Classes All Packages

C

ComponentProcessor - Class in dagger.internal.codegen
The Javac annotation processor responsible for generating the classes that drive the Dagger implementation.
ComponentProcessor() - Constructor for class dagger.internal.codegen.ComponentProcessor
 

D

dagger.internal.codegen - package dagger.internal.codegen
 

F

forTesting(BindingGraphPlugin...) - Static method in class dagger.internal.codegen.ComponentProcessor
Creates a component processor that uses given BindingGraphPlugins instead of loading them from a ServiceLoader.
forTesting(Iterable<BindingGraphPlugin>) - Static method in class dagger.internal.codegen.ComponentProcessor
Creates a component processor that uses given BindingGraphPlugins instead of loading them from a ServiceLoader.

G

getSupportedOptions() - Method in class dagger.internal.codegen.ComponentProcessor
 
getSupportedSourceVersion() - Method in class dagger.internal.codegen.ComponentProcessor
 

I

initialize(XProcessingEnv) - Method in class dagger.internal.codegen.ComponentProcessor
 

P

postRound(XProcessingEnv, XRoundEnv) - Method in class dagger.internal.codegen.ComponentProcessor
 
processingSteps() - Method in class dagger.internal.codegen.ComponentProcessor
 

W

withTestPlugins(BindingGraphPlugin...) - Static method in class dagger.internal.codegen.ComponentProcessor
Creates a component processor that uses given BindingGraphPlugins instead of loading them from a ServiceLoader.
withTestPlugins(Iterable<BindingGraphPlugin>) - Static method in class dagger.internal.codegen.ComponentProcessor
Creates a component processor that uses given BindingGraphPlugins instead of loading them from a ServiceLoader.
C D F G I P W 
All Classes All Packages