Class RestClientModule

java.lang.Object
com.google.inject.AbstractModule
dev.voidframework.restclient.module.RestClientModule
All Implemented Interfaces:
com.google.inject.Module

public final class RestClientModule extends com.google.inject.AbstractModule
REST Client module.
Since:
1.9.0
  • Constructor Summary

    Constructors
    Constructor
    Description
    RestClientModule(com.typesafe.config.Config configuration, ScannedClassesToLoad scannedClassesToLoad)
    Build a new instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     

    Methods inherited from class com.google.inject.AbstractModule

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

    Methods inherited from class java.lang.Object

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

    • RestClientModule

      public RestClientModule(com.typesafe.config.Config configuration, ScannedClassesToLoad scannedClassesToLoad)
      Build a new instance.
      Parameters:
      configuration - The application configuration
      scannedClassesToLoad - The scanned classes
      Since:
      1.9.0
  • Method Details

    • configure

      protected void configure()
      Overrides:
      configure in class com.google.inject.AbstractModule