public static final class ManyToManyModule$$ModuleAdapter.ProvidesPersistenceContextProvidesAdapter extends dagger.internal.ProvidesBinding<PersistenceContext> implements javax.inject.Provider<PersistenceContext>
Binding<au.com.cybersearch2.classyjpa.persist.PersistenceContext> implementation which satisfies
Dagger's infrastructure requirements including:
Being a Provider<au.com.cybersearch2.classyjpa.persist.PersistenceContext> and handling creation and
preparation of object instances.| Constructor and Description |
|---|
ManyToManyModule$$ModuleAdapter.ProvidesPersistenceContextProvidesAdapter(ManyToManyModule module) |
| Modifier and Type | Method and Description |
|---|---|
PersistenceContext |
get()
Returns the fully provisioned instance satisfying the contract for
Provider<au.com.cybersearch2.classyjpa.persist.PersistenceContext>. |
public ManyToManyModule$$ModuleAdapter.ProvidesPersistenceContextProvidesAdapter(ManyToManyModule module)
public PersistenceContext get()
Provider<au.com.cybersearch2.classyjpa.persist.PersistenceContext>.get in interface javax.inject.Provider<PersistenceContext>get in class dagger.internal.ProvidesBinding<PersistenceContext>This documentation is licensed by Andrew Bowley under the GPLv3 License.