Interface ConfigurationAwareModule

All Superinterfaces:
com.google.inject.Module
All Known Implementing Classes:
AbstractConfigurationAwareModule, ConditionalModule, SwitchModule

public interface ConfigurationAwareModule extends com.google.inject.Module
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.google.inject.Module
    combine(com.google.inject.Module... modules)
     
    static com.google.inject.Module
    combine(Iterable<com.google.inject.Module> modulesIterable)
     
    void
     

    Methods inherited from interface com.google.inject.Module

    configure
  • Method Details

    • setConfigurationFactory

      void setConfigurationFactory(ConfigurationFactory configurationFactory)
    • combine

      static com.google.inject.Module combine(com.google.inject.Module... modules)
    • combine

      static com.google.inject.Module combine(Iterable<com.google.inject.Module> modulesIterable)