Uses of Interface
com.google.inject.Binder

Packages that use Binder
com.google.inject Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework. 
com.google.inject.name Support for binding to string-based names. 
 

Uses of Binder in com.google.inject
 

Methods in com.google.inject that return Binder
protected  Binder AbstractModule.binder()
          Gets direct access to the underlying Binder.
 

Methods in com.google.inject with parameters of type Binder
 void Module.configure(Binder binder)
          Contributes bindings and other configurations to a Binder.
 void AbstractModule.configure(Binder builder)
           
 

Uses of Binder in com.google.inject.name
 

Methods in com.google.inject.name with parameters of type Binder
static void Names.bindProperties(Binder binder, java.util.Map<java.lang.String,java.lang.String> properties)
          Creates a constant binding to @Named(key) for each property.
static void Names.bindProperties(Binder binder, java.util.Properties properties)
          Creates a constant binding to @Named(key) for each property.
 



Copyright © {inceptionYear}-2008 null. All Rights Reserved.