public final class HelloTwoDbsModule$$ModuleAdapter extends dagger.internal.ModuleAdapter<HelloTwoDbsModule>
@Provides methods.| Modifier and Type | Class and Description |
|---|---|
static class |
HelloTwoDbsModule$$ModuleAdapter.ProvideConnectionTypeProvidesAdapter
A
Binding<au.com.cybersearch2.classydb.DatabaseSupport.ConnectionType> implementation which satisfies
Dagger's infrastructure requirements including:
Being a Provider<au.com.cybersearch2.classydb.DatabaseSupport.ConnectionType> and handling creation and
preparation of object instances. |
static class |
HelloTwoDbsModule$$ModuleAdapter.ProvidePersistenceModuleProvidesAdapter
A
Binding<au.com.cybersearch2.classyjpa.persist.PersistenceFactory> implementation which satisfies
Dagger's infrastructure requirements including:
Being a Provider<au.com.cybersearch2.classyjpa.persist.PersistenceFactory> and handling creation and
preparation of object instances. |
static class |
HelloTwoDbsModule$$ModuleAdapter.ProvideResourceEnvironmentProvidesAdapter
A
Binding<au.com.cybersearch2.classyapp.ResourceEnvironment> implementation which satisfies
Dagger's infrastructure requirements including:
Being a Provider<au.com.cybersearch2.classyapp.ResourceEnvironment> and handling creation and
preparation of object instances. |
static class |
HelloTwoDbsModule$$ModuleAdapter.ProvideSystemEnvironmentProvidesAdapter
A
Binding<au.com.cybersearch2.classytask.ThreadHelper> implementation which satisfies
Dagger's infrastructure requirements including:
Being a Provider<au.com.cybersearch2.classytask.ThreadHelper> and handling creation and
preparation of object instances. |
| Constructor and Description |
|---|
HelloTwoDbsModule$$ModuleAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
getBindings(dagger.internal.BindingsGroup bindings,
HelloTwoDbsModule module)
Used internally obtain dependency information, such as for cyclical
graph detection.
|
HelloTwoDbsModule |
newModule() |
public HelloTwoDbsModule newModule()
newModule in class dagger.internal.ModuleAdapter<HelloTwoDbsModule>public void getBindings(dagger.internal.BindingsGroup bindings,
HelloTwoDbsModule module)
getBindings in class dagger.internal.ModuleAdapter<HelloTwoDbsModule>This documentation is licensed by Andrew Bowley under the GPLv3 License.