public static final class HelloTwoDbsModule$$ModuleAdapter.ProvideConnectionTypeProvidesAdapter extends dagger.internal.ProvidesBinding<DatabaseSupport.ConnectionType> implements javax.inject.Provider<DatabaseSupport.ConnectionType>
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.| Constructor and Description |
|---|
HelloTwoDbsModule$$ModuleAdapter.ProvideConnectionTypeProvidesAdapter(HelloTwoDbsModule module) |
| Modifier and Type | Method and Description |
|---|---|
DatabaseSupport.ConnectionType |
get()
Returns the fully provisioned instance satisfying the contract for
Provider<au.com.cybersearch2.classydb.DatabaseSupport.ConnectionType>. |
public HelloTwoDbsModule$$ModuleAdapter.ProvideConnectionTypeProvidesAdapter(HelloTwoDbsModule module)
public DatabaseSupport.ConnectionType get()
Provider<au.com.cybersearch2.classydb.DatabaseSupport.ConnectionType>.get in interface javax.inject.Provider<DatabaseSupport.ConnectionType>get in class dagger.internal.ProvidesBinding<DatabaseSupport.ConnectionType>This documentation is licensed by Andrew Bowley under the GPLv3 License.