Class RemoteClientModule

  • All Implemented Interfaces:
    com.google.inject.Module

    public class RemoteClientModule
    extends com.google.inject.AbstractModule
    • Constructor Summary

      Constructors 
      Constructor Description
      RemoteClientModule​(java.util.Map<java.lang.String,​java.lang.String> urlsByType)  
    • Method Summary

      Modifier and Type Method Description
      <DOC_REF_TYPE extends DocRefEntity>
      RemoteClientModule
      addType​(java.lang.String type, java.lang.Class<DOC_REF_TYPE> docRefClass)  
      protected void configure()  
      • Methods inherited from class com.google.inject.AbstractModule

        addError, addError, addError, bind, bind, bind, bindConstant, binder, bindListener, bindListener, bindScope, 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
    • Constructor Detail

      • RemoteClientModule

        public RemoteClientModule​(java.util.Map<java.lang.String,​java.lang.String> urlsByType)
    • Method Detail

      • addType

        public <DOC_REF_TYPE extends DocRefEntityRemoteClientModule addType​(java.lang.String type,
                                                                              java.lang.Class<DOC_REF_TYPE> docRefClass)
      • configure

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