Uses of Interface
org.elasticsearch.common.inject.binder.ScopedBindingBuilder

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

Uses of ScopedBindingBuilder in org.elasticsearch.common.inject.binder
 

Subinterfaces of ScopedBindingBuilder in org.elasticsearch.common.inject.binder
 interface AnnotatedBindingBuilder<T>
          See the EDSL examples at Binder.
 interface LinkedBindingBuilder<T>
          See the EDSL examples at Binder.
 

Methods in org.elasticsearch.common.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.
 ScopedBindingBuilder LinkedBindingBuilder.toProvider(Class<? extends Provider<? extends T>> providerType)
          See the EDSL examples at Binder.
 ScopedBindingBuilder LinkedBindingBuilder.toProvider(Key<? extends Provider<? extends T>> providerKey)
          See the EDSL examples at Binder.
 ScopedBindingBuilder LinkedBindingBuilder.toProvider(Provider<? extends T> provider)
          See the EDSL examples at Binder.
 

Uses of ScopedBindingBuilder in org.elasticsearch.common.inject.internal
 

Classes in org.elasticsearch.common.inject.internal that implement ScopedBindingBuilder
 class BindingBuilder<T>
          Bind a non-constant key.
 

Methods in org.elasticsearch.common.inject.internal with parameters of type ScopedBindingBuilder
abstract  void Scoping.applyTo(ScopedBindingBuilder scopedBindingBuilder)
           
 



Copyright © 2009-2012. All Rights Reserved.