Class GuiceSpiModule

java.lang.Object
com.google.inject.PrivateModule
dev.getelements.elements.sdk.spi.guice.GuiceSpiModule
All Implemented Interfaces:
com.google.inject.Module

public class GuiceSpiModule extends com.google.inject.PrivateModule
Used to bind services.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    attributes(Attributes attributes)
     
    protected void
     
    define(ElementServiceRecord elementServiceRecord)
     

    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

    • GuiceSpiModule

      public GuiceSpiModule()
  • Method Details