Class AbstractServiceModule

java.lang.Object
com.google.inject.AbstractModule
com.exonum.binding.core.service.AbstractServiceModule
All Implemented Interfaces:
ServiceModule, com.google.inject.Module, org.pf4j.ExtensionPoint

public abstract class AbstractServiceModule
extends com.google.inject.AbstractModule
implements ServiceModule
A base class for ServiceModule implementations provided for convenience.

The implementation must be specified as an extension:

   @Extension
   class MyServiceModule extends AbstractServiceModule {

   }
 
  • Constructor Summary

    Constructors 
    Constructor Description
    AbstractServiceModule()  
  • Method Summary

    Methods inherited from class com.google.inject.AbstractModule

    addError, addError, addError, bind, bind, bind, bindConstant, binder, bindListener, bindListener, bindScope, configure, configure, convertToTypes, currentStage, 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

    Methods inherited from interface com.google.inject.Module

    configure