Class CompoundModule

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

    public class CompoundModule
    extends java.lang.Object
    implements com.google.inject.Module
    • Constructor Summary

      Constructors 
      Constructor Description
      CompoundModule()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(com.google.inject.Module module)  
      void configure​(com.google.inject.Binder binder)  
      java.util.List<com.google.inject.Module> getModules()  
      void remove​(com.google.inject.Module module)  
      int size()  
      • Methods inherited from class java.lang.Object

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

      • CompoundModule

        public CompoundModule()
    • Method Detail

      • configure

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

        public void add​(com.google.inject.Module module)
      • remove

        public void remove​(com.google.inject.Module module)
      • getModules

        public java.util.List<com.google.inject.Module> getModules()
      • size

        public int size()