Uses of Interface
com.google.inject.binder.ScopedBindingBuilder

Packages that use ScopedBindingBuilder
com.google.inject.binder Interfaces which make up Binder's expression language. 
com.google.inject.internal Guice (sounds like like "juice") 
 

Uses of ScopedBindingBuilder in com.google.inject.binder
 

Subinterfaces of ScopedBindingBuilder in com.google.inject.binder
 interface AnnotatedBindingBuilder<T>
          See the EDSL examples at Binder.
 interface LinkedBindingBuilder<T>
          See the EDSL examples at Binder.
 

Methods in com.google.inject.binder that return ScopedBindingBuilder
 ScopedBindingBuilder LinkedBindingBuilder.to(Class<? extends T> implementation)
          See the EDSL examples at Binder.
 ScopedBindingBuilder LinkedBindingBuilder.to(Key<? extends T> targetKey)
          See the EDSL examples at Binder.
 ScopedBindingBuilder LinkedBindingBuilder.to(TypeLiteral<? extends T> implementation)
          See the EDSL examples at Binder.
<S extends T>
ScopedBindingBuilder
LinkedBindingBuilder.toConstructor(Constructor<S> constructor)
          See the EDSL examples at Binder.
<S extends T>
ScopedBindingBuilder
LinkedBindingBuilder.toConstructor(Constructor<S> constructor, TypeLiteral<? extends S> type)
          See the EDSL examples at Binder.
 ScopedBindingBuilder LinkedBindingBuilder.toProvider(Class<? extends javax.inject.Provider<? extends T>> providerType)
          See the EDSL examples at Binder.
 ScopedBindingBuilder LinkedBindingBuilder.toProvider(Key<? extends javax.inject.Provider<? extends T>> providerKey)
          See the EDSL examples at Binder.
 ScopedBindingBuilder LinkedBindingBuilder.toProvider(Provider<? extends T> provider)
          See the EDSL examples at Binder.
 ScopedBindingBuilder LinkedBindingBuilder.toProvider(TypeLiteral<? extends javax.inject.Provider<? extends T>> providerType)
          See the EDSL examples at Binder.
 

Uses of ScopedBindingBuilder in com.google.inject.internal
 

Classes in com.google.inject.internal that implement ScopedBindingBuilder
 class BindingBuilder<T>
          Bind a non-constant key.
 

Methods in com.google.inject.internal that return ScopedBindingBuilder
<S extends T>
ScopedBindingBuilder
BindingBuilder.toConstructor(Constructor<S> constructor)
           
<S extends T>
ScopedBindingBuilder
BindingBuilder.toConstructor(Constructor<S> constructor, TypeLiteral<? extends S> type)
           
 

Methods in com.google.inject.internal with parameters of type ScopedBindingBuilder
abstract  void Scoping.applyTo(ScopedBindingBuilder scopedBindingBuilder)
           
 



Copyright © 2006-2013 Google, Inc.. All Rights Reserved.