Class AbstractGenericModule

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void bindProperties​(com.google.inject.Binder binder, java.lang.String propertyFilePath)  
      void configure​(com.google.inject.Binder binder)  
      CompoundModule getBindings()  
      protected java.util.Properties tryBindProperties​(com.google.inject.Binder binder, java.lang.String propertyFilePath)  
      • Methods inherited from class java.lang.Object

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

      • AbstractGenericModule

        public AbstractGenericModule()
    • Method Detail

      • configure

        public void configure​(com.google.inject.Binder binder)
        Specified by:
        configure in interface com.google.inject.Module
      • bindProperties

        protected void bindProperties​(com.google.inject.Binder binder,
                                      java.lang.String propertyFilePath)
      • tryBindProperties

        protected java.util.Properties tryBindProperties​(com.google.inject.Binder binder,
                                                         java.lang.String propertyFilePath)