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

Packages that use ScopedBindingBuilder
com.google.inject.binder Interfaces which make up Binder's expression language. 
 

Uses of ScopedBindingBuilder in com.google.inject.binder
 

Subinterfaces of ScopedBindingBuilder in com.google.inject.binder
 interface AnnotatedBindingBuilder<T>
          Specifies the annotation for a binding.
 interface LinkedBindingBuilder<T>
          Links a binding to another binding or an instance.
 

Methods in com.google.inject.binder that return ScopedBindingBuilder
 ScopedBindingBuilder LinkedBindingBuilder.to(Class<? extends T> implementation)
          Binds to another binding with the specified type.
 ScopedBindingBuilder LinkedBindingBuilder.to(Key<? extends T> targetKey)
          Binds to another binding with the specified key.
 ScopedBindingBuilder LinkedBindingBuilder.to(TypeLiteral<? extends T> implementation)
          Binds to another binding with the specified type.
 ScopedBindingBuilder LinkedBindingBuilder.toProvider(Class<? extends Provider<? extends T>> providerType)
          Binds to instances from the provider bound to the given provider type.
 ScopedBindingBuilder LinkedBindingBuilder.toProvider(Key<? extends Provider<? extends T>> providerKey)
          Binds to instances from the provider bound to the given key.
 ScopedBindingBuilder LinkedBindingBuilder.toProvider(Provider<? extends T> provider)
          Binds to instances generated by the given Provider.
 



Copyright 2007 Google Inc. All Rights Reserved.