public static final class ProcessorModule$$ModuleAdapter.ProvideFilerProvidesAdapter extends dagger.internal.ProvidesBinding<Filer> implements javax.inject.Provider<Filer>
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.
Being a Provider<javax.annotation.processing.Filer>
and handling creation and
preparation of object instances.Constructor and Description |
---|
ProvideFilerProvidesAdapter(com.google.auto.factory.processor.ProcessorModule module) |
Modifier and Type | Method and Description |
---|---|
void |
attach(dagger.internal.Linker linker)
Used internally to link bindings/providers together at run time
according to their dependency graph.
|
Filer |
get()
Returns the fully provisioned instance satisfying the contract for
Provider<javax.annotation.processing.Filer> . |
void |
getDependencies(Set<dagger.internal.Binding<?>> getBindings,
Set<dagger.internal.Binding<?>> injectMembersBindings)
Used internally obtain dependency information, such as for cyclical
graph detection.
|
public ProvideFilerProvidesAdapter(com.google.auto.factory.processor.ProcessorModule module)
public void attach(dagger.internal.Linker linker)
attach
in class dagger.internal.Binding<Filer>
public void getDependencies(Set<dagger.internal.Binding<?>> getBindings, Set<dagger.internal.Binding<?>> injectMembersBindings)
getDependencies
in class dagger.internal.Binding<Filer>
Copyright © 2015 Google, Inc.. All rights reserved.