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