Uses of Interface
org.apache.commons.inject.api.bind.IModule

Packages that use IModule
org.apache.commons.inject.api   
org.apache.commons.inject.impl   
 

Uses of IModule in org.apache.commons.inject.api
 

Classes in org.apache.commons.inject.api that implement IModule
 class AbstractLoggerInjectingModule<Log>
          Abstract implementation of a module, which injects loggers into fields.
 class CommonsLoggingLoggerModule
          A module, which injects Commons Logging Loggers, aka instances of Log.
 class Log4j2LoggerModule
          A module, which injects Log4J 2 loggers, aka instances of Logger.
 class Log4jLoggerModule
          A module, which injects Log4J loggers, aka instances of Logger.
 class PostConstructModule
           
 class Slf4JLoggerModule
          A module, which injects SLF4J loggers, aka instances of Logger.
 

Methods in org.apache.commons.inject.api with parameters of type IModule
static IInjector CommonsInject.build(IModule... pModules)
          Creates a new injector, which is configured by invoking the given modules.
 IInjectorBuilder IInjectorBuilder.modules(IModule... pModules)
           
 

Method parameters in org.apache.commons.inject.api with type arguments of type IModule
static IInjector CommonsInject.build(Collection<IModule> pModules)
          Creates a new injector, which is configured by invoking the given modules.
 IInjectorBuilder IInjectorBuilder.modules(Collection<IModule> pModules)
           
 

Uses of IModule in org.apache.commons.inject.impl
 

Methods in org.apache.commons.inject.impl with parameters of type IModule
 IInjectorBuilder DefaultInjectorBuilder.modules(IModule... pModules)
           
 

Method parameters in org.apache.commons.inject.impl with type arguments of type IModule
 IInjectorBuilder DefaultInjectorBuilder.modules(Collection<IModule> pModules)
           
 

Constructor parameters in org.apache.commons.inject.impl with type arguments of type IModule
DefaultInjectorBuilder(Collection<IModule> pModules)
           
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.