public final class ProcessorModule$$ModuleAdapter
extends dagger.internal.ModuleAdapter<com.google.auto.factory.processor.ProcessorModule>
@Provides
methods.Modifier and Type | Class and Description |
---|---|
static class |
ProcessorModule$$ModuleAdapter.ProvideElementsProvidesAdapter
A
Binding<javax.lang.model.util.Elements> implementation which satisfies
Dagger's infrastructure requirements including:
Owning the dependency links between javax.lang.model.util.Elements and its
dependencies. |
static class |
ProcessorModule$$ModuleAdapter.ProvideFilerProvidesAdapter
A
Binding<javax.annotation.processing.Filer> implementation which satisfies
Dagger's infrastructure requirements including:
Owning the dependency links between javax.annotation.processing.Filer and its
dependencies. |
static class |
ProcessorModule$$ModuleAdapter.ProvideMessagerProvidesAdapter
A
Binding<javax.annotation.processing.Messager> implementation which satisfies
Dagger's infrastructure requirements including:
Owning the dependency links between javax.annotation.processing.Messager and its
dependencies. |
static class |
ProcessorModule$$ModuleAdapter.ProvideProcessingEnvironmentProvidesAdapter
A
Binding<javax.annotation.processing.ProcessingEnvironment> implementation which satisfies
Dagger's infrastructure requirements including:
Being a Provider<javax.annotation.processing.ProcessingEnvironment> and handling creation and
preparation of object instances. |
static class |
ProcessorModule$$ModuleAdapter.ProvideTypesProvidesAdapter
A
Binding<javax.lang.model.util.Types> implementation which satisfies
Dagger's infrastructure requirements including:
Owning the dependency links between javax.lang.model.util.Types and its
dependencies. |
Constructor and Description |
---|
ProcessorModule$$ModuleAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
getBindings(dagger.internal.BindingsGroup bindings,
com.google.auto.factory.processor.ProcessorModule module)
Used internally obtain dependency information, such as for cyclical
graph detection.
|
public void getBindings(dagger.internal.BindingsGroup bindings, com.google.auto.factory.processor.ProcessorModule module)
getBindings
in class dagger.internal.ModuleAdapter<com.google.auto.factory.processor.ProcessorModule>
Copyright © 2015 Google, Inc.. All rights reserved.