Class MongoDaoModule

java.lang.Object
com.google.inject.PrivateModule
dev.getelements.elements.dao.mongo.guice.MongoDaoModule
All Implemented Interfaces:
com.google.inject.Module

public class MongoDaoModule extends com.google.inject.PrivateModule
Configures any Mongo-specific system properties. Created by patricktwohig on 4/3/15.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
    protected void
     
    protected void
     
    protected void
     

    Methods inherited from class com.google.inject.PrivateModule

    addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, expose, expose, expose, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MongoDaoModule

      public MongoDaoModule()
  • Method Details

    • configure

      protected void configure()
      Specified by:
      configure in class com.google.inject.PrivateModule
    • bindMapper

      protected void bindMapper()
    • bindDatastore

      protected void bindDatastore()
    • bindTransaction

      protected void bindTransaction()