public final class FactoryDescriptorGenerator$$InjectAdapter
extends dagger.internal.Binding<com.google.auto.factory.processor.FactoryDescriptorGenerator>
implements javax.inject.Provider<com.google.auto.factory.processor.FactoryDescriptorGenerator>
Binding<FactoryDescriptorGenerator>
implementation which satisfies
Dagger's infrastructure requirements including:
Owning the dependency links between FactoryDescriptorGenerator
and its
dependencies.
Being a Provider<FactoryDescriptorGenerator>
and handling creation and
preparation of object instances.Constructor and Description |
---|
FactoryDescriptorGenerator$$InjectAdapter() |
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.
|
com.google.auto.factory.processor.FactoryDescriptorGenerator |
get()
Returns the fully provisioned instance satisfying the contract for
Provider<FactoryDescriptorGenerator> . |
void |
getDependencies(Set<dagger.internal.Binding<?>> getBindings,
Set<dagger.internal.Binding<?>> injectMembersBindings)
Used internally obtain dependency information, such as for cyclical
graph detection.
|
public FactoryDescriptorGenerator$$InjectAdapter()
public void attach(dagger.internal.Linker linker)
attach
in class dagger.internal.Binding<com.google.auto.factory.processor.FactoryDescriptorGenerator>
public void getDependencies(Set<dagger.internal.Binding<?>> getBindings, Set<dagger.internal.Binding<?>> injectMembersBindings)
getDependencies
in class dagger.internal.Binding<com.google.auto.factory.processor.FactoryDescriptorGenerator>
public com.google.auto.factory.processor.FactoryDescriptorGenerator get()
Provider<FactoryDescriptorGenerator>
.get
in interface javax.inject.Provider<com.google.auto.factory.processor.FactoryDescriptorGenerator>
get
in class dagger.internal.Binding<com.google.auto.factory.processor.FactoryDescriptorGenerator>
Copyright © 2015 Google, Inc.. All rights reserved.